﻿.divMarquee
{
    margin: 20px auto 18px auto;
}

/* BANNER LOADER */
#banners-container {
	width: 966px;
	margin-left:auto;
	margin-right:auto;
	*width: 971px;
}
#banners-r {
	background: transparent url('http://media.kingston.com/images/ban-frame-right.png') 0 0 no-repeat;
	width: 10px;
	height: 150px;
	float:right;
	*margin-left:-16px;
}
#banners-l {
	background: transparent url('http://media.kingston.com/images/ban-frame-left.png') 0 0 no-repeat;
	width: 10px;
	height: 150px;
	float:left;
	*margin-right:-10px;
}
#banners-bg {
	background: transparent url('http://media.kingston.com/images/ban-frame-span.png') 0 0 repeat-x;
	width: 946px;
	height: 150px;
	margin: 0 10px;
	*width: 949px;
}
#banners {
	width:938px;
	position:relative;
	top:14px;
	left:4px;
}
/* Set the width of slides container; Set to display none, prevents content flash */
#banners .slides_container {
	width:938px;
	height: 110px;
	overflow:hidden;
	position:relative;
	display:none;
}
/* Set the width of slide-panels */
#banners .slides_container div.slide {
	width:948px;
	height: 110px;
	display:block;
}
#banners .slide {
	white-space: nowrap;
}
#banners .slide div {
	float: left;
	margin: 0 10px 0 0;
	height: 110px;
	width: 306px;
}
#banners .slide a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#banners .slide object {
	width: 100%;
	height: 100%;
}
#banners .next, #banners .prev {
	background: transparent url('http://media.kingston.com/images/ban-nav-left.png') 0 0 no-repeat;
	width:8px;
	height:11px;
	display:block;
	margin: 4px 0;
	overflow: hidden;
	text-indent: -9999px;
	float: left;
}
#banners .next {
	background: transparent url('http://media.kingston.com/images/ban-nav-right.png') 0 0 no-repeat;
	float: right;
}
#banners .next:hover, #banners .prev:hover {
	background-position-y: -11px;
} 
#banners .pagination {
	margin:0 auto;
	width:100px;
	text-align: center;
}
#banners .pagination li {
	display: inline-block; zoom: 1; *display:inline;
	margin: 5px 2px;
	list-style:none;
}
#banners .pagination li a {
	display:block;
	width:9px;
	height:10px;
	text-indent: -9999px;
	background-image:url(http://media.kingston.com/images/ban-nav-dot.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}
#banners .pagination li.current a {
	background-position:0 -10px;
}
		
/* NEWS TICKER*/
#newsticker {
	background: transparent url(http://media.kingston.com/images/ban-tic-span.png) top left repeat-x;
	width:938px;
	font: 11px/18px Arial, Verdana, sans-serif;
	height: 27px;
	position:relative;
	top:-6px;
	margin-left:auto;
	margin-right:auto;
	-webkit-border-bottom-right-radius: 5px;
		-webkit-border-bottom-left-radius: 5px;
		-moz-border-radius-bottomright: 5px;
			-moz-border-radius-bottomleft: 5px;
			border-bottom-right-radius: 5px;
			    border-bottom-left-radius: 5px;
}
#newsticker .news-title {
	background: url(http://media.kingston.com/images/ban-tic-title.png) top right no-repeat;
	height: 26px;
	float: left;
	-webkit-border-bottom-left-radius: 5px;
		-moz-border-radius-bottomleft: 5px;
			border-bottom-left-radius: 5px;
}
#newsticker .news-title p {
	margin: 4px 10px;
	color: #ffffff;
}
#newsticker .news-list {
	float: left;
	width: 770px;
	padding: 4px 0 0 0;
	color: #bbbbbb;
	margin:0px;
}
#newsticker .news-list a { color: #bbbbbb; text-decoration: none; }
#newsticker .news-list a:hover { color: #ffffff; }
#newsticker .news-item {
	margin: 0 10px;
	list-style: none;
}
#newsticker .next, #newsticker .prev {
	background: transparent url(http://media.kingston.com/images/ban-tic-arr-left.png) left top no-repeat;
	width:7px;
	height:9px;
	display:block;
	float: right;
	margin: 8px 3px;
	z-index:11;
	overflow: hidden;
	text-indent: -9999px;
}
#newsticker .next {
	background: transparent url(http://media.kingston.com/images/ban-tic-arr-right.png) left top no-repeat;
	margin-right: 7px;
}
#newsticker .next:hover, #newsticker .prev:hover {
	background-position-x: right;
}
