
/* outmost wrapper element */

.scrollable {
	width:950px;
    height:200px;
    background:url('/sandiegomedia/content/templates/main/main/scroller_background.jpg') no-repeat top;
	padding: 0;
	margin-left:5px;
}

/* container for the scrollable items */
.items {
	height: 180px;
	float:left;
	display:block;
	padding-top:20px;
	width: 840px !important;
}

.headertext{
	color:#516b87;
	font-size:18px;
	font-weight:700;
	text-transform:uppercase;
}


/* single item */
.itemsLink {
	display:block;
	float:left;
	margin:0px;
	width:210px;
	height:180px;
	text-decoration: none;
}



/* next / prev buttons */
.prev {
	display:block;
	width:40px;
	height:50px;
	float:left;

	padding:0;
	margin:65px 0 0 10px;
	cursor:pointer;
}


.next {
	display:block;
	width:40px;
	height:50px;
	float:left;
	padding:0;
	margin-top:65px;
	cursor:pointer;
}

.productbox{


}

.boxcontent{
	padding:5px;
	text-align:center;
}

.boxcontent2{
	padding:0px;
	text-align:center;
}

.prodinfo{
	text-align:left;
}

.pb-productimage-link{
	color:#ffffff;
	font-weight:700;
	text-decoration:underline;
	font-size:12px;
}

.pb-productimage-link:hover{
	color:#587e92;

}

.pb-productimage-clink{
	color:#a6b3ba;
	font-weight:700;
	text-decoration:none;
	font-size:12px;
}
