.items_title
{
width:379px;
background:#7a040a;
color:#d2d2d2;
padding-bottom:2px;
padding-top:1px;
border-bottom:4px #666 solid;
border-top:0px #d2d2d2 solid;
}
.items
{
width:379px;
height:auto;
background:#F1F1F1;
color:#d2d2d2;
border-bottom:1px #999999 solid;
padding-top:4px;
padding-bottom:4px;
}

.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
background-color:#26324a ;
border-bottom-width: 6px;
width: 275px; /*width of featured content slider*/
height:354px;
float:right;
padding:0px;
margin:2px;


margin-left:0px;
margin-right:1px;


}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 5px;
padding-bottom:2px;
background:#ffffff;
width: 265px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity:1;
direction:rtl;
text-align:right;
color:#26324a;
}

.pagination_home{
width: 379px; /*Width of pagination_home DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
background:#26324a;
float:left;
font-family:tahoma;
font-size:12px;
padding-top:0px;
height:355px;
border:2px #7c8491 solid;
}

.pagination_home a{
padding-right:5px;
padding-top:0px;
text-decoration: none; 
color: #7990ba;
/*background:red;*/
}
/*
.pagination_home a:visited
{
color: #7990ba;
}
*/
.pagination_home a:hover, .pagination_home a.selected{
color:#26324a;
font-weight:bold;



/*
font-weight:bold;
background-color: #d2d2d2;
padding-right:50px;
width:200px;*/

}
.prev
{
margin:0px;
padding:0px;
}
.next
{
margin:0px;
padding:0px;
}
.items_nav
{
width:365px;
background:#26324a;
color:#d2d2d2;
border-bottom: 0px #d2d2d2 solid;
padding-top:4px;
padding-bottom:4px;
}
.article_title_home
{
color:#26324a;
font-weight:bold;
margin-bottom:5px;
}
.article_title_home a:visited
{
color:#26324a;
}
.article_title_home a:hover
{
color:#bfa46c;
}
