﻿* {
	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 {
	width: 839px;
	height: 220px;
	position: relative;
	margin: 0 auto;
}

#demo_container h2 {
	font-size: 20px;
	line-height: 120px;
	color: #999933;
	text-align: center;
}

#items_container {
	background: url('bg_large_green.gif') no-repeat;
	width:839px;
	height: 220px;
	overflow: hidden;
	position: absolute;
	color: #333333;
	z-index: 1;
}

#controls {
	width: 480px;
	height: 115px;
	position: absolute;
	top: 90px;
	z-index: 2;
}

#controls a {
	display: block;
	position: absolute;
	width: 30px;
	height: 30px;
	line-height: 30px;
	cursor: pointer;
	text-align: center;
	font-size: 14px;
	color: #999999;
}

#prevbtn {
}

#playbtn {
}

#nextbtn {
	left: 0px;
}
#prev {
	top: 20px;
	position: absolute;
	z-index: 2;
	cursor: pointer;
}
#play {
	z-index: 2;
	position: absolute;
	width: 30px;
	height: 30px;
	left: 400px;
	top: 185px;
	cursor: pointer;
}
#next {
	top: 20px;
	left: 788px;
	position: absolute;
	z-index: 2;
	cursor: pointer;
}


div.slide_item {
	width: 988px;
	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: 10px;
	padding: 0 10px 0 10px;
	color: #666666;
	line-height: 12px;
}


/* 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_Tab_1 {
	display: block;
	height: 28px;
	width: 100px;
	float:left;
	text-align:center;
}
#SS_Rotator_Tab_1 .selected {
	display: block;
	height: 28px;
	width: 100px;
	background:url(rot_tab_1_selected.gif) left no-repeat;
	font-weight:bold;
	color:white;
	line-height:28px;
}
#SS_Rotator_Tab_1 a {
	display: block;
	height: 28px;
	width: 100px;
	background:url(rot_tab_1.gif) left no-repeat;
	font-weight:bold;
	color:#666699;
	text-decoration:none;
	line-height:28px;
}
#SS_Rotator_Tab_1 a:hover {
	display: block;
	height: 28px;
	width: 100px;
	background:url(rot_tab_1.gif) right no-repeat;
	font-weight:bold;
	color:white;
	text-decoration:none;
	line-height:28px;
}
#SS_Rotator_Tab_2 {
	display: block;
	height: 28px;
	width: 100px;
	float:left;
	text-align:center;
}
#SS_Rotator_Tab_2 .selected {
	display: block;
	height: 28px;
	width: 100px;
	background:url(rot_tab_1_selected.gif) left no-repeat;
	font-weight:bold;
	color:white;
	line-height:28px;
}
#SS_Rotator_Tab_2 a {
	display: block;
	height: 28px;
	width: 100px;
	background:url(rot_tab_1.gif) left no-repeat;
	font-weight:bold;
	color:#666699;
	text-decoration:none;
	line-height:28px;
}
#SS_Rotator_Tab_2 a:hover {
	display: block;
	height: 28px;
	width: 100px;
	background:url(rot_tab_1.gif) right no-repeat;
	font-weight:bold;
	color:white;
	text-decoration:none;
	line-height:28px;
}
#SS_Rotator_Tab_3 {
	display: block;
	height: 28px;
	width: 100px;
	float:left;
	text-align:center;
}
#SS_Rotator_Tab_3 .selected {
	display: block;
	height: 28px;
	width: 100px;
	background:url(rot_tab_1_selected.gif) left no-repeat;
	font-weight:bold;
	color:white;
	line-height:28px;
}
#SS_Rotator_Tab_3 a {
	display: block;
	height: 28px;
	width: 100px;
	background:url(rot_tab_1.gif) left no-repeat;
	font-weight:bold;
	color:#666699;
	text-decoration:none;
	line-height:28px;
}
#SS_Rotator_Tab_3 a:hover {
	display: block;
	height: 28px;
	width: 100px;
	background:url(rot_tab_1.gif) right no-repeat;
	font-weight:bold;
	color:white;
	text-decoration:none;
	line-height:28px;
}
#SS_Rotator_Top_Controls_Container {
	float: right;
	display:block;
	width: 106px;
	padding-top: 5px;
}
#SS_Rotator_left_arrow {
	display: block;
	width: 16px;
	height: 16px;
	float: left;
}
#SS_Rotator_left_arrow a{
	display: block;
	width: 16px;
	height: 16px;
	float: left;
	background:url(rot_left_arrows.gif) left no-repeat;
}
#SS_Rotator_left_arrow a:hover{
	display: block;
	width: 16px;
	height: 16px;
	float: left;
	background:url(rot_left_arrows.gif) right no-repeat;
}
#SS_Rotator_pg_top {
	display:block;
	height: 16px;
	width: 52px;
	float: left;
	font-size:11px;
	color: #333333;
	line-height: 16px;
	text-align:center;
}
#SS_Rotator_right_arrow {
	display: block;
	width: 16px;
	height: 16px;
	float: right;
	padding-right: 22px;
}
#SS_Rotator_right_arrow a{
	display: block;
	width: 16px;
	height: 16px;
	float: right;
	background:url(rot_right_arrows.gif) right no-repeat;
}
#SS_Rotator_right_arrow a:hover{
	display: block;
	width: 16px;
	height: 16px;
	float: right;
	background:url(rot_right_arrows.gif) left no-repeat;
}
#SS_Rotator_Content_Container {
	display:block;
	width: 480px;
	height:392px;
	float:left;
	background: url(rot_bg.gif) top left no-repeat;
}
.SS_Rotator_row_container {
	display: block; 
	clear:both;
	width:480px; 
	height: 153px;
	clear: both;
}
.SS_Rotator_row_container p{
	margin:0px;
	padding:0px;
	
}
.SS_Rotator_pic_spacer_left{
	display:block;
	width: 16px;
	height: 153px;
	float:left;
}
.SS_Rotator_pic_container {
	display:block;
	width: 140px;
	height: 153px;
	float:left;
	background:url(rot_photo_bg.gif) left no-repeat;
}

.SS_Rotator_pic_spacer_middle{
	display:block;
	width: 14px;
	height: 153px;
	float:left;
}

.SS_Rotator_pic_spacer_right{
	display:block;
	width: 16px;
	height: 153px;
	float:right;
}
.SS_Rotator_pic_spacer_right2{
	display:block;
	width: 14px;
	height: 153px;
	float:left;
}
.SS_Rotator_pics img {
	display: block;
	height: 80px;
	width: 118px;
	margin: 13px 0px 3px 11px;
	border: 1px #666666 solid;
	background: #666666;
}
.SS_Rotator_pics img:hover {
	border: 1px #3FD02F 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: 169px;
	background-position: top left;
	text-align: left;
	float: left;
	background: url('rot_photo_bg_new_green_new.gif') no-repeat left;
}
#SS_Rotator_margin_left{
	display:block;
	width: 16px;
	height: 338px;
	float:left;
}
/* float pages next to margin-left*/
.SS_Rotator_page{
	width: 963px;
	margin:0 0 0 49px;
}
.SS_Rotator_pics_content{
	width:140px;
}
.SS_Rotator_pics_content p{
	margin:0;
	margin-top:4px;
	padding:0 11px;
}
/* end adding more styles to test*/

/*============================
	End Slide Show Rotator
============================== */

