﻿/* outmost wrapper element */
div.scrollable {
	background-color:#FFFFFF;
	border:0px solid #ddd;
	padding:8px;
	/*-moz-border-radius:5px;*/
	margin-top:0px;
}

div.horizontal {
	width:530px;
	height:68px;		
}

div.vertical {
	width:85px !important;
	height:218px;
	float:left;
	margin-right:20px;
}

div.double {
	height:145px;
}

div.double div.items {
	height:145px !important;
}

div.noitems {
	padding-top:0px;		
}

div.noitems div.__scrollable {
	margin-top:4px !important;
}

/* container for the scrollable items */
div.horizontal div.items {
	height:66px;	
	margin-left:8px;
	float:left;
	width:480px !important;
}

div.vertical div.items {
	height:218px !important;
}

/* single item */
div.items a, div.noitems a {
	display:block;
	width:88px;
	height:58px;
	/*background:url(http://www.flowplayer.org/img/playlist/entry.gif) 0 0 no-repeat;*/
	font-size:20px;
	color:#ccc;
	line-height:30px;
	text-decoration:none;
	text-align:center;
	cursor:pointer;
	font-family:verdana;
}

div.items a {
	float:left;
	margin-right:8px;		
}

div.item {
	height:200px;
	width:96px;
	float:left;

}

div.double div.items a {
	float:none;
	/*margin-bottom:10px;*/
	cursor:default;
}


div.items a:hover, div.noitems a:hover {
	color:#999;	
}

div.item a:hover {
	color:#ccc;	
}

div.items a.active, div.noitems a.active {
	background-position:-174px 0;		
	color:#555;
	cursor:default;
}

div.vertical a {
	margin-bottom:0px;	
	padding:5px 0px 0px 0px;	
	cursor:pointer;
}

div.vertical div.items a {
	float:none;	

}

/* next / prev buttons */
a.prev, a.next {
	background:url(http://www.flowplayer.org/img/playlist/arrow/left.png) no-repeat 0 0;
	display:block;
	width:18px;
	height:18px;
	float:left;	
	margin:22px 0 0 0;
	cursor:pointer;
}

a.next {
	background-image:url(http://www.flowplayer.org/img/playlist/arrow/right.png)		
}

a.prev:hover {
	background-position:0 -18px;		
}

a.next:hover {
	background-position:0 -18px;		
}

div.double a.prev, div.double a.next {
	margin-top:50px;		
}


/* navigator */
div.navi {
	position:relative;
	top:-30px;
	left:310px;
	margin-left:-60px;
	width:50px;
	height:0px;
}

div.vertical div.navi {
	left:75px;
	width:60px;
}

/* items inside navigator */
div.navi span {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	/*background:url(http://www.flowplayer.org/img/playlist/dots.png) 0 0 no-repeat;*/
	cursor:pointer;
}

div.navi span:hover {
	background-position:0 -8px;      
}

div.navi span.active {
	background-position:0 -16px;     
} 	

#gallery_map_title {
            float:left;
            position:relative;
            width:380px;
            height:50px;
            background-color:#ffffff;
            text-align:left;
            left:300px;
            top:-333px;
            font-family:Arial,Geneva,sans-serif;
            font-size:28px;
            line-height:28px;
            color:#ccc;
            padding:0px;
            z-index:100;
            text-transform:uppercase;
}

/* Reinhold Styles */
/*
.vertical {
    height:150px;
    width:100px;
    border:1px solid #ffcc00;
    float:left;
}

.vert_items {
    float:left;
    height:130px;
    width:100px;
    border:1px solid #888888;
    background-color:#DDDDDD;
    overflow:hidden;
    margin:10px 0px 10px 0px;
}

.vert_items a {
    width:100px;
    height:10px;
display:block;
    cursor:pointer;
}

a.vert_prev, a.vert_next {
    display:block;
    float:left;
    width:100px;
    height:20px;
   } 
*/    

