/* ----------- 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: 136px;
	height: 133px;
	border: 1px solid #33ccff;
	text-align: center;
	padding: 3px;
	float: left;
	font-size: 70%;
	background-color: #ffffff;
	}

.product_rotation_content_square img {
	width: auto;
	height: auto;
	max-width: 130px;
	max-height: 93px;
	}	

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

.product_rotation_header {
	width: 377px;
	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: 92px;
	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;
	padding: 4px 8px 0px 8px;
	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: 475px; 
	height: auto;
	overflow: hidden;
	border:2px solid #007399;
	background:#99e6ff url(/oldlutheran/images/blue_stripe.png) repeat; 
	margin-bottom: 15px;
	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:475px;
		height:auto;
		overflow:hidden;
		float:left;
		padding:1em;
		}

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


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

	}
