/*
	Totem Ticker Stylesheet
	Zach Dunn / Build Internet (buildinternet.com)
	Winter 2011
*/




.prev_1
{
	background-image:url(../images/back_b.png);
	background-repeat:no-repeat;
	height:25px;
	width:22px;
	color:transparent;
	padding-bottom:5px;
	
}

.prev_1:hover
{
	
	color:transparent;
	
}


.next_1
{
	background-image:url(../images/next_b.png);
	background-repeat:no-repeat;
	height:25px;
	width:22px;
	color:transparent;
	padding-bottom:5px;
}
.next_1:hover
{
	
	color:transparent;
}

.position_2
{
	position:relative;
}
.position_1
{
	
	text-align:left;
	position:absolute;
	top:-45px;
	left:-15px;
}

#vertical-ticker{
	height:340px;
	overflow:hidden;
	margin:0; 
	padding:0;
	list-style-type:none;
	
	
}

	#vertical-ticker li{
	
	display:block;
	color:#333;
	border-top:#ccc dashed 1px;
	border-bottom:#ccc dashed 1px;
	padding-top:10px;
	padding-bottom:10px;
margin-top:1px;
	margin-bottom:1px;
	}
	
	
	
	.height_30
	{
		height:20px;
	}
	

.link_5 {
	color: #999999;
	font-family: 'ADVERTISINGLIGHT';
	font-size: 13px;
	margin: 0;
	padding: 0;
	text-align:right;
	text-decoration:none;
	font-weight:normal !important;
	
}
.link_5:hover {
	text-decoration:none;
	color: #000;
}
.photo_1

{
	margin-left:13px;
}

.text_1
{
	width:235px;
	text-align:right;


}
.link_6 a
{
	margin-left:0 !important;
	margin-right:20px !important;
	font-weight:normal !important;
	
}




#vertical-ticker2{
	height:370px;
	overflow:hidden;
	margin:0; 
	padding:0;
	list-style-type:none;
	
	
}

	#vertical-ticker2 li{
	
	display:block;
	color:#333;
	border-top:#ccc dashed 1px;
	border-bottom:#ccc dashed 1px;
	padding-top:10px;
	padding-bottom:10px;
margin-top:1px;
	margin-bottom:1px;
	}