/* 
	Resets defualt browser settings
	reset.css
*/


/*
	Page style
*/

#content_slide {
	float: left;
	width: 1024px;
	height: 407px;
}

#body_slide {
	position: relative;
	-webkit-font-smoothing: subpixel-antialiased;
	padding-top: 5px;
}

#slideshow_content {
	width:788px;
	height:327px;
	padding:10px;
	margin:0 auto;
	position:relative;
	z-index:0;
}
#slideshow {
	width:788px;
	height:327px;
	position:relative;
}

#frame {
	position:absolute;
	z-index:0;
	width:988px;
	height:407px;
	top:-3px;
	left:-99px;
}

/*
	Slideshow
*/

#slides {
	position: absolute;
	top: 16px;
	left: 0px;
	z-index: 100;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:788px;
	height:327px;
	overflow:hidden;
	display:none;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container div.slide {
	width:788px;
	height:327px;
	display:block;
}


/*
	Next/prev buttons
*/

#slides .next,#slides .prev {
	position:absolute;
	top:141px;
	left:-41px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
}

#slides .next {
	left: 806px;
}

/*
	Pagination
*/

.pagination {
	margin:26px auto 0;
	width:145px;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(../img/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}


#home_box {
	float: left;
	height: 225px;
	width: 978px;
	padding-top: 5px;
	padding-left: 46px;
	margin-bottom: 10px;
}
#home_box .whatsnew {
	background-image: url(../images/whats-new.png);
	background-repeat: no-repeat;
	float: left;
	height: 185px;
	width: 262px;
	padding-left: 42px;
	padding-top: 50px;
	margin-right: 10px;
}
#home_box .stock {
	background-image: url(../images/stock.png);
	background-repeat: no-repeat;
	float: left;
	height: 180px;
	width: 277px;
	margin-left: 0px;
	padding-left: 27px;
	padding-top: 45px;
}
#home_box .followus {
	background-image: url(../images/follow-us.png);
	background-repeat: no-repeat;
	float: left;
	height: 175px;
	width: 262px;
	margin-left: 10px;
	padding-left: 42px;
	padding-top: 60px;
}
.stock_row {
	width: 297px;
	height: 83px;
	margin-bottom: 10px;
}
.stock_row2 {
	width: 297px;
	height: 83px;
}


/*
	onmouseover image zoom
*/
.thumbnail-item {
	/* position relative so that we can use position absolute for the tooltip */
	position: relative;
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
}

.thumbnail-item a { 
	display: block; 
}

.thumbnail-item img.thumbnail {
	border: none;
}
		
.tooltip { 
	/* by default, hide it */
	display: none; 
	/* allow us to move the tooltip */
	position: absolute; 
	/* align the image properly */
	padding: 0px 0 0 0px; 
}

	.tooltip span.overlay {
	/* put this overlay on the top of the tooltip image */
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	width: 93px;
	height: 93px;
	background-image: url(../images/overlay.png);
	background-repeat: no-repeat;
	}
