﻿* {
	margin: 0;
	padding: 0;
}

html, body { 
	
	font-size: 12px;
	line-height: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
}

a, a:visited { 
	color: #993300
}

a:hover { 
	color: #FF6600;
}

#demo_container { 
	background: url('../images/bkg_slider.jpg') no-repeat;
	width: 702px;
	height: 195px;
	position: relative;
	margin: 0 auto;
}

#demo_container h2 { 
	font-size: 20px;
	line-height: 120px;
	color: #999933;
	text-align: center;
}

#items_container { 
	width: 700px;
	height: 175px;
	/*left:21px;*/
	overflow: hidden;
	position: absolute;
	color: #333333;
	z-index: 1;
}

#play { 
	z-index: 2;
	position: absolute;
	width: 30px;
	height: 30px;
	left: 255px;
	top: 170px;
	cursor: pointer;
}

div.slide_item { 
	width: 702px;
	height: 392px;
	position: absolute;
	left: 462px;
	padding-top: 20px;
}

div.first_item {
	left: 0;
}

div.slide_item h3 {
	padding: 10px;
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	color: #6e6c19;
}

div.slide_item p { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	/*padding: 0 10px 0 10px;*/
	color: #666666;
}

/* back to post link*/
#goback {
	width: 700px;
	text-align: center;
	margin-bottom: 12px;
	position: absolute;
	bottom: 30px;
}

#pageNumbers {
	text-align:right;
	
}

#pageNumbers p{
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana;
	color: #666699;
}

/*===================================
	SLIDE SHOW ROTATOR
===================================== */
h2.SS_Rotator_heading {	
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color:#666699;
}
#SS_Rotator_Wrapper {
	display:block;
	width: 480px;
	height:420px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#SS_Rotator_Top_Container{
	display:block;
	width: 480px;
	height: 28px;
	float:left;
}

.SS_Rotator_pics img {
	display: block;
	height: 80px;

	margin: 13px 0px 3px 3px;
	/*border: 1px #666666 solid;
	background-color: #EBEBEB;*/
}
.SS_Rotator_pics img:hover {
	/*border: 1px #B2CA80 solid;*/
}

p.SS_Rotator_titles {
	font-size:12px;
	font-weight: bold;
	color: #666699;
	padding-left:11px;
	line-height: 11px;

}

p.SS_Rotator_titles a {
	text-decoration: none;
	color: #666699;
	font-size:12px;
	font-weight:bold
}
p.SS_Rotator_titles a:hover {
	text-decoration: underline;
	color: #666699;
	font-size:12px;
	font-weight:bold
}

p.SS_Rotator_titles a:visited {
	text-decoration: none;
	color: #666699;
}

p.SS_Rotator_desc {
	font-size: 10px;
	color: #333333;
	margin-left:11px;
	line-height: 13px;
}

.SS_Content_spacer_18{
	display: block; 
	width:480px; 
	height: 18px; 
	clear:both;
}

.SS_Content_spacer_16{
	display: block; 
	width:480px; 
	height: 16px; 
	clear:both;
}

/*adding more styles for test*/
.SS_Rotator_pics_container_content { 
	width: 150px;
	height: 175px;
	background-position: top left;
	text-align: left;
	float: left;
	border-right:1px #BEBEBE solid;
	padding-left:13px;
}
.SS_Rotator_pics_container_content_last { 
	width: 150px;
	height: 175px;
	background-position: top left;
	text-align: left;
	float: left;
	padding-left:13px;
}
#SS_Rotator_margin_left { 
	display:block;
	width: 16px;
	height: 338px;
	float:left;
}
/* float pages next to margin-left*/
.SS_Rotator_page { 

	margin: 15px 0 0 30px;
}
.SS_Rotator_pics_content { 
	width:135px;
}
.SS_Rotator_pics_content p { 
	margin:0;
	margin-top:4px;
	padding:0 11px;
}
/* end adding more styles to test*/

/*============================
	End Slide Show Rotator
============================== */

