/* START: Displaying content inside Rotator */
#rotateContainer {
	float: left;
	margin:0 0 0 0px; 
	padding:5px;
	width: 620px;
	height: 330px;
	background: url("/static/images/rotator/left_line.gif") no-repeat;
	border-top: 1px solid lightgrey;
	min-height:280px;
	font-size: 12px;
}

#rotate_section_name {font-size: 13px; font-weight: bold;}
#rotate_left_content {width: 50%; float: left; padding-right: 3px; }
#rotate_image_asset { width: 100%; }
#rotate_image_asset_caption{float: left; font-size: 10px; padding: 5px;}
#rotate_right_content {float:right; width: 49%;}
#rotate_story_contents { width: 100%; }
#rotate_story_contents h1 {font-family: Helvetica,Arial,sans-serif; font-size: 16px; }
#rotate_more_stories { float: right; margin-top: 10px; width: 48% }
#rotate_more_stories p {font-weight: bold; font-size: +1;}
#rotate_more_stories ul { list-style: square inside; padding: 5px 5px 5px 0px; }

#rotate_left_content:after, #rotate_right_content:after {
        content: ".";
        display: block;
        height: 0;
        font-size: 0;
        clear: both;
        visibility: hidden;
 }
/* END: Displaying content inside Rotator */

#rotateTabs {
  float:left;
  margin:0 0 0 0px;
  width:630px;
  background:url("/static/images/rotator/bg.gif") repeat-x top;
  font-size:11px;
  line-height:normal;
  padding: 0 0 10px 0;
  border-bottom: 1px solid lightgrey;
  
}

#rotateTabs ul {
  margin:0;
  padding:1px 10px 0;
  list-style:none;
}

#rotateTabs li {
  float:left;
  background:url("/static/images/rotator/left.gif") no-repeat left top;
  margin:0;
  padding:0px 0px 6px 6px;
}

#rotateTabs a {
  float:left;
  display:block;
  background:url("/static/images/rotator/right.gif") no-repeat right top;
  padding:5px 24px 9px 6px;
  text-decoration:none;
  font-weight:bold;
  color:#848282;  
  outline: none;
  
}

/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#rotateTabs a {float:none;}
/* End IE5-Mac hack */

#rotateTabs a:hover {
  color:#333;
}

#rotateTabs #current {
  background-image:url("/static/images/rotator/left_on.gif");
  margin:-1px;   
}

#rotateTabs #current a {
  background-image:url("/static/images/rotator/right_on.gif");
  color:#333;
  padding-bottom:12px;
}

#rotateControls {
  float:right;
  margin:0px;
  margin:-40px 30px 0 0px;
  width:auto;
  line-height:normal;
}

#top {
  	padding: 0;
}

#rotateLinksTop {
	clear: both;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	width: 630px;
}

#bottom {
	display: block;	
	height: 360px;
	min-height: 360px;	
	padding: 10px;
	margin: 0px;
	border-right: 1px solid #CCCCE6;
	border-bottom: 1px solid #CCCCE6;
	border-left: 1px solid #CCCCE6;
}

#rotateLinksBottom {
	clear: both;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	width: 630px;
}

#rotateFrame {
	width:630px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	padding:0px;
	text-align:left;
}

#rotateContentLeft {
	width:322px;
	padding:0px;
	float:left;
}

#rotateContentRight {
	width:320px;
	float: left;
	padding-left: 10px;
}

hr {
	width: 100%;
	height: 1px;
	border-top: 1px #CCCCE6;
	margin: 10px 0;
}


.rotateByline {
	font-size: 0.9em;
	color:#6c6a6a;
	display: block;
}

a.rotateMainHeadline {
	font-size: 1.8em;
	letter-spacing: -1px;
	line-height: 1em;	
	font-weight:bold;
	color:#114683;
	display: block;
}

#photoLink {
	overflow: hidden;
	border: solid 1px #000000;	
}

#imageLink {
	overflow: hidden;
	border: solid 1px #cccce6;	
}

.rotateImageCaption {
	font-size: 0.9em;
	display: block;
	clear: right;
	margin:0px;
}

.rotateImageCredit {
	font-size: 0.9em;
	float: right;
	display: block;
	color: #999999;
}
