/*////////////////////////////////////////////////////////////////////////////////////////////////
GALLERY
////////////////////////////////////////////////////////////////////////////////////////////////*/
.gallery{
height:446px;
padding:5px;
background:#000;
border:1px solid #666;
}
.venue-name{
width:553px;
height:60px;
position:absolute;
margin:10px 0 0 10px;
z-index:20;
}
.gallery p{
line-height:60px;
padding:0 10px 0 180px;
background:#666 url(../img/gallery/logo.gif) no-repeat 0 0;
border-right:1px solid #000;
font-size:130%;
font-weight:bold;
color:#EEE;
float:right;
}
#loading-gif{
width:48px;
height:48px;
padding:152px 261px;
background:#000;
position:absolute;
z-index:5;
}
#preview{
width:569px;
height:352px;
background:#000 url(../img/gallery/bg.gif) no-repeat 0 0;
border:1px solid #111;
}
/*//////////////////////////////////////////////////////////////////////////////////////////////
carousel
//////////////////////////////////////////////////////////////////////////////////////////////*/
.jcarousel-scope{
position: relative;
width:485px;
margin:5px 0 0 0;
padding:10px 0 10px 85px;
background:#000 url(../img/gallery/bg.bmp) repeat-x 0 0;
}
.jcarousel-scope li img{
width:55px;
height:55px;
margin:0 5px 0 0;
padding:3px;
background:#000;
border:1px solid #666;
}
.jcarousel-list{overflow:hidden;}
.jcarousel-list li{
float:left;
list-style:none;
padding:0;
}
.jcarousel-next{
position: absolute;
top: 36px;
right:30px;
cursor:pointer;
width:17px;
height:17px;
border:0;
}
.jcarousel-next-disabled{
cursor:default;
opacity:.5;
-moz-opacity:.5;
filter:alpha(opacity=50);
}
.jcarousel-prev{
position:absolute;
top:36px;
left:30px;
cursor:pointer;
width:17px;
height:17px;
border:0;
}
.jcarousel-prev-disabled{
cursor:default;
opacity:.5;
-moz-opacity:.5;
filter: alpha(opacity=50);
}