@charset "utf-8";
/* CSS Document */

#newsTicker {
	width: 580px;
	float: left;
	height:400px;
	border:0px solid #999999;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	clear: both;
}
#newsTicker .SlidingPanels {
	width: 580px;
	height: 400px;
	float: left;
	padding: 0px;
	margin: 0px;
}
#newsTicker .SlidingPanelsContentGroup {
	width: 2600em;
	float: left;
	border:0px dotted #666666;
}
#newsTicker .SlidingPanelsContent {
	float: left;
	width: 592px;
	height: 400px;
	padding: 0px 0px 0px 0px;
	border: 0px solid #FF0000;
	background-color: #FFFFFF;
}

#newsTicker img {
	float: left;
	margin-right: 4px;
}

#newsTicker .SlidingPanelsContent .content {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 400px;
}
#item1 .content, #item2 .content, #item3 .content {
	height: 400px;
}
#newsTicker .content {
	height: 400px;
	padding: 0px 0px;
	width: 580px;
}

#newsTicker p {
	margin: 4px 4px;
}

#newsTicker .prev {
	text-align: left;
	padding: 4px 4px;
	clear: both;
}

#newsTicker .next {
	text-align: right;
	padding: 4px 4px;
	clear: both;
}

.SlidingPanelsAnimating * {
	overflow: visible !important;
}

#newsTicker .navLinks {
	clear: both;
	/*text-align: center;
	border-top:  solid 1px #CCC;*/
	padding-top: 2px;
	padding-bottom: 2px;
	margin-left: auto;
	margin-right: auto;
	width: 580px;
	float: left;
	height: 120px;
/*	border: solid 1px #999;*/
}
.navLinks #image-thumb-background img {
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	height: 25px;
}

.product {
	padding: 0px;
	border: 0px solid #CC0099;
	text-align: left;
	height: 250px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.container .product-background .product img {
	height: 350px;
}
.product-background {
	border: 0px dashed #FF0000;
	padding: 0px;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

