/* ----------- Product Rotation CSS ------------- */

.product_rotation_content_rect {
	width: 148px;
	height: 168px;
	margin-right: 5px;
	margin-top: 5px;
	border: 1px solid #000000;
	text-align: center;
	padding: 2px;
	float: left;
	background-color: #ffffff;
	}
	
.product_rotation_content_rect form{
	height: 168px;
	float: left;
	}
	
.product_rotation_content_rect fieldset{
	border:0px none;
	margin:0px 0px 0px 20px;
	padding:0px;
	}
	
.product_rotation_content_square {
	width: 180px;
	height: 180px;
	border: 1px solid #33ccff;
	text-align: center;
	padding: 5px;
	float: left;
	font-size: 70%;
	background-color: #ffffff;
	}

.product_rotation_content_square img {
	width: auto;
	height: auto;
	max-width: 180px;
	width:expression(document.body.clientWidth > 149? "150px": "auto" ); 
	max-height: 143px;	
	}	

.product_rotation_content_square:hover {
	border: 1px solid #007399;
	}

.product_rotation_header {
	width: 166px;
	height: 19px;
	float: left;
	padding: 2px 4px 2px 4px;
	background-color: #007399;
	border-top: 2px solid #007399;
	text-transform: uppercase;
	text-align: center;
	color: #ffffff;
}


/* ------------ Glider Control for Main Page Product Rotation Ads ------------ */
.product_rotation_glider_controls {
	width: 44px;
	height: 23px;
	background-color: #007399; /*#00ACE6;*/
	color: #000000;
	display: inline;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	float: right;
	border-top: 2px solid #007399;
	border-right: 2px solid #007399;
}

.product_rotation_glider_controls a {
	height: auto;
	float: right;
	display: block;
	width: 10px;
	padding: 5px;
	text-decoration: none;
	text-align: right;
}

.product_rotation_glider_controls a:link {color: #ffffff; height: 19px; }
.product_rotation_glider_controls a:visited {color: #ffffff; height: 19px;}
.product_rotation_glider_controls a:active {color: #ffffff; height: 19px;}
.product_rotation_glider_controls a:hover {
	background: #33ccff;
	color: #ffffff;
	height: 19px;
	}

div#my_glider_product_rotation div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 216px; 
	height: auto;
	overflow: hidden;
	border:2px solid #007399;
	background:#99e6ff url(/oldlutheran/images/blue_stripe.png) repeat; 
	margin-bottom: 20px;
	float: left;
}


div#my_glider_product_rotation div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:216px;
		height:auto;
		overflow:hidden;
		float:left;
		padding:1em;
		}

div#my_glider_product_rotation div.scroller div.content {
		width: 10000px;
		}

div#section1b div#section2b div#section3b div#section4b {
		color:#000;
		}


.active_product_rotation {
	background: #00ACE6;
	color: #ffffff;
	height: 19px;

	}
