@charset "utf-8";
/* CSS Document */



/********** BUTTONS ******************/
.largeImage_prev
{
	color:#333333;
	position:absolute;
	left:0px;
	top:0px;
	width:48px;
	height:48px;
	text-align:center;
	background:#fff;
	display:none;
	cursor:pointer;
	z-index:999;
	background:url(../images/previous2.png) no-repeat;
}
.largeImage_prev span, .largeImage_next span { visibility:hidden; }

.largeImage_next
{
	color:#000000;
	position:absolute;
	right:0px;
	top:0px;
	width:48px;
	height:48px;
	text-align:center;
	display:none;
	cursor:pointer;
	z-index:9999;
	background-image: url(../images/next2.png);
	background-repeat: no-repeat;
}
.largeImage_nextPage {
	width:90px;
	height:48px;
	position:absolute;
	background:url(../images/nextpage.png);
	bottom:0px;
	right:0px;
	cursor:pointer;
	z-index:999;
	display:none;
}
.largeImage_prevPage {
	width:90px;
	height:48px;
	position:absolute;
	background:url(../images/previouspage.png);
	bottom:0px;
	left:0px;
	cursor:pointer;
	z-index:999;
	display:none;
}
.largeImage_flickrLink {
float:left;
width:48px;
height:48px;
background:url(Images/flickr.png) no-repeat;
position:absolute;
top:50px;
left:0px;
z-index:999;
display:none;
font-size:0pt;
text-decoration:none;
}
.largeImage_flickrLink span { visibility:hidden; }
/********** END BUTTONS ******************/

/********** LARGE IMAGE SECTION ******************/
#Gallery, #flickrTest
{
	width:740px;
	margin:50px auto;
	padding:30px 30px 0 30px;
	background-image: url(../images/lookbgr.png);
	background-repeat: no-repeat;
	background-color: #39444c;
}
.largeImageWrap {
	position:relative;
	z-index:100;
	background:url(Images/ajax-loader.gif) center center no-repeat;
}
.caption
{
	color:#F5C8E5;
	text-align:center;
	font-size:20pt;
	min-height:50px;
	font-style: italic;
	clear:left;
	margin:20px 0px;
}
.largeImage
{
	position:relative;
	margin:0px auto;
	text-align:center;
}
/********** END LARGE IMAGE SECTION ******************/

/********** THUMBNAILS AND SLIDER ******************/
.thumbs img, .galleryUL img
{
	width:80px;
	cursor:pointer;
	height:100px;
	opacity:.7;
	filter:alpha(opacity=70);
	border:0px;
}
.thumbs, .galleryUL {
	top:0px;
	left:0px;
}
.sliderGallery {
	overflow: hidden;
	position: relative;
	padding: 10px;
	height: 160px;
	width: 600px;
	z-index:999;
	margin:50px auto 0px auto;
	background-repeat: no-repeat;
} 
.sliderGallery UL {
position: absolute;
list-style: none;
overflow: none;
white-space: nowrap;
padding: 0;
margin: 0;
}
.sliderGallery UL LI {
display: inline;
}
.slider {
	width: 542px;
	height: 17px;
	margin-top: 110px;
	margin-left: 25px;
	padding: 1px;
	position: relative;
	background: url(../images/productbrowser_scrollbar.png) no-repeat;
	float:left;
	display:inline;
}     
.handle {
	position: absolute;
	cursor: move;
	height: 17px;
	width: 181px;
	top: 0;
	background: url(../images/productbrowser_scroller.png) no-repeat;
	z-index: 100;
}    
.slider span {
	color: #bbb;
	font-size: 80%;
	cursor: pointer;
	position: absolute;
	z-index: 110;
	top: 3px;
}
/********** END THUMBNAILS AND SLIDER ******************/

