
/******* IMAGE AREA **************/
#flickrTest
{
position:relative;
background:#c5c6c8;
}

.largeImageWrap {
position:relative;
z-index:100;
height:0px;
background:#000000;
/*background:url(../images/slider/ajax-loader.gif) center center no-repeat;*/
display:none;
}

.caption
{
color:#fff;
text-align:center;
font-size:20px;
min-height:35px;
font-style: italic;
clear:left;
margin:15px 0px 10px 0px;
}
.largeImage
{
display:none;
position:relative;
margin:0px auto;
text-align:center;
}
.largeImage img { border:0px; }
.largeImage a { color:#000; }
/********* END IMAGE AREA ***********/

/********* THUMBS AND SLIDER **********/


.thumbs img, .galleryUL img
{

cursor:pointer;

opacity:.7;
filter:alpha(opacity=70);
border:0px;
}
.thumbs, .galleryUL { top:0px; left:0px; }

.sliderGallery {
overflow: hidden;
position: relative;
padding: 10px;
width: 488px;
z-index:800;
margin:0px 0px 0px 0px;
}

.sliderGallery UL {
position: absolute;
list-style: none;
white-space: nowrap;
margin: 0;
padding-left : 26px;
padding-right : 50px;
}

.sliderGallery UL LI {
display: inline;
}


.slider {
width: 475px;
height: 11px;
margin-top: 46px;
margin-left: 8px;
padding: 1px;
position: relative;
background: url(../images/slider/productbrowser_scrollbar_sm.jpg) no-repeat;
float:left;display:inline;
}

.handle {
position: absolute;
cursor: move;
height: 17px;
width: 112px;
top: 0;
background: url(../images/slider/productbrowser_scroller_sma.gif) no-repeat;
z-index: 100;
}
.slider span {

color: #bbb;
font-size: 80%;
cursor: pointer;
position: absolute;
z-index: 110;
top: 3px;
}
/*********** END SLIDER *************/

