#rotatingNewsListing{
 width:100%;
 text-align:center;
}

#rotatingNews {
 position:relative;
 height:317px;
 width:980px;
 /*margin:0px auto;*/
 margin: 0px auto 15px auto;
 -moz-box-sizing:border-box;
 -webkit-box-sizing:border-box;
 box-sizing:border-box;
}
#titleList {
 position:absolute;
 top:0;
 right:0;
 width:320px;
}
#newsItemImage1, #newsItemImage2, #newsItemImage3, #newsItemImage4 {
 position:absolute;
 top:0;
 left:0;
 height:317px;
 width:650px;
}
#newsItemImage1 img, #newsItemImage2 img, #newsItemImage3 img, #newsItemImage4 img{ width:650px; height:317px;}

#newsItemCaption1, #newsItemCaption2, #newsItemCaption3, #newsItemCaption4 {
 font-family : arial, verdana;
 font-style :  normal;
 font-size : 9pt;
 color:#fff;
 position:absolute;
 text-align: left;
 bottom:0;
 left:0;
 -moz-box-sizing:border-box;
 -webkit-box-sizing:border-box;
 box-sizing:border-box;
 width:650px;
 padding: 10px;
 background-color:#2D2C2C;
 opacity:0.85;
 -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
 filter: alpha(opacity=85);
}

#newsItemCaption1 a:link, #newsItemCaption2 a:link, #newsItemCaption3 a:link, #newsItemCaption4 a:link {
color : #C2CA8B;
text-decoration : underline;
}

#newsItemCaption1 a:visited, #newsItemCaption2 a:visited, #newsItemCaption3 a:visited, #newsItemCaption4 a:visited {
color : #C2CA8B;
text-decoration : underline;
}

.rotatingCategory {
color: #4A4849;
font-weight: bold;
text-transform: uppercase;
height: 14 px;
cursor:pointer;
}

.rotatingTitle{
height: 48px;
vertical-align: middle;
cursor:pointer;
}

.rotatingArrow { padding: 0px;text-align:right;}
.rotatingSmallImg { width:82px;cursor:pointer;}
.rotatingSmallImg img{ width:82px;height:62px;}
.rotatingMore {text-align:right;}
