/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.scrollable {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 400px;
	height:150px;

	/* custom decorations */
	border:1px solid #ccc;
	background:url(/images/icons/h300.png) repeat-x;
}

.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}

/* single scrollable item */
.scrollable img {
	float:left;
	margin:20px 5px 20px 21px;
	background-color:#fff;
	padding:0px;
	border:1px solid #ccc;
	cursor:pointer;
	width:100px;
	height:100px;
}

/* active item */
.scrollable .items .active {
	border:0px solid #fff;
	z-index:9999;
	position:relative;
}

/* make A tags our floating scrollable items */
.scrollable .items a {
	display:block;
	float:left;
	margin:20px 15px;
} 

/* remove margins from the image */
.scrollable .items img {
	margin:0;
}

/* this makes it possible to add next button beside scrollable */
.scrollable {
	float:left;	
}

/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.scrollable2 {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 525px;
	height:150px;

	/* custom decorations */
	border:1px solid #ccc;
	background:url(/images/icons/h300.png) repeat-x;
}

.scrollable2 .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}

/* single scrollable item */
.scrollable2 img {
	float:left;
	margin:20px 5px 20px 21px;
	background-color:#fff;
	padding:0px;
	border:1px solid #ccc;
	cursor:pointer;
	width:100px;
	height:100px;
}

/* active item */
.scrollable2 .items .active {
	border:0px solid #fff;
	z-index:9999;
	position:relative;
}

/* make A tags our floating scrollable items */
.scrollable2 .items a {
	display:block;
	float:left;
	margin:20px 15px;
} 

/* remove margins from the image */
.scrollable2 .items img {
	margin:0;
}

/* this makes it possible to add next button beside scrollable */
.scrollable2 {
	float:left;	
}

/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.scrollable3 {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 525px;
	height:150px;

	/* custom decorations */
	border:1px solid #ccc;
	background:url(/images/icons/h300.png) repeat-x;
}

.scrollable3 .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}

/* single scrollable item */
.scrollable3 img {
	float:left;
	margin:20px 5px 20px 21px;
	background-color:#fff;
	padding:0px;
	border:1px solid #ccc;
	cursor:pointer;
	width:100px;
	height:100px;
}

/* active item */
.scrollable3 .items .active {
	border:0px solid #fff;
	z-index:9999;
	position:relative;
}

/* this makes it possible to add next button beside scrollable */
.scrollable3 {
	float:left;	
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
	background:url(/images/icons/blue_arrows.png) no-repeat;
	display:block;
	width:30px;
	height:30px;
	float:left;
	margin:50px 10px;
	cursor:pointer;
	font-size:1px;
}

/* right */
a.right 		{ background-position: 0 -30px; clear:right; margin-right: 0px;}
a.right:hover 	{ background-position:-30px -30px; }
a.right:active 	{ background-position:-60px -30px; } 


/* left */
a.left			{ margin-left: 0px; } 
a.left:hover  	{ background-position:-30px 0; }
a.left:active  	{ background-position:-60px 0; }

/* up and down */
a.up, a.down	{ 
	background:url(/images/vert_large.png) no-repeat; 
	float: none;
	margin: 10px 50px;
}

/* up */
a.up:hover  	{ background-position:-30px 0; }
a.up:active  	{ background-position:-60px 0; }

/* down */
a.down 			{ background-position: 0 -30px; }
a.down:hover  	{ background-position:-30px -30px; }
a.down:active  	{ background-position:-60px -30px; } 


/* disabled navigational button */
a.disabled {
	visibility:hidden !important;
}

/* root element for scrollable */
.vertical {
	
	/* required settings */
	position:relative;
	overflow:hidden;
	width: 390px;
	height: 130px;
}

/* root element for scrollable items */
.vertical .items {
	position:absolute;
	height:130px;
	margin:0px;
}

/* single scrollable item */
.vertical .items div {
	margin:5px;
	padding:5px;
	height:130px;
	width: 380px;
}

/* elements inside single item */
.vertical .items img {
	float:left;
	margin-right:20px;
}

.vertical .items h3 {
	margin:0 0 5px 0;
	font-size:12px;
	color:white;
	font-weight:bold;
}

.vertical .items p {
	font-size:11px;
	color:white;
}

.vertical .items ul {
	font-size:11px;
	color:white;
}


/* the action buttons above the scrollable */
#actions {
	width:510px;
	margin:30px 0 10px 0;
	border-top:1px solid #ddd;
}

#actions a {
	font-size:11px;		
	cursor:pointer;
	color:#666;
}

#actions a:hover {
	text-decoration:underline;
	color:#000;
}

/* the action buttons above the scrollable */
#actionsvert {
	width:510px;
	margin:30px 0 10px 0;
	border-top:1px solid #ddd;
}

#actionsvert a {
	font-size:11px;		
	cursor:pointer;
	color:#666;
}

#actionsvert a:hover {
	text-decoration:none;
	color:#000;
}

#actionButtons {
	text-align:center;
	margin-top:30px;
}

.disabled {
	visibility:hidden;		
}

.nextPage {
	float:right;
}

.nextPagevert {
	float:right;
}

/* tooltip styling */
#tooltip {
	display:none;
	background:url(/images/icons/black_arrow.png);
	font-size:12px;
	height:70px;
	width:160px;
	padding:25px;
	color:#fff;
	z-index:20000;
}

/* scrollable should not disable gallery navigation */ 
#gallery .disabled { 
    visibility:visible !important; 
} 
 
#gallery .inactive { 
    visibility:hidden !important; 
}

/* the overlayed element */
.simple_overlay {
	
	/* must be initially hidden */
	display:none;
	
	/* place overlay on top of other elements */
	z-index:10000;
	
	/* styling */
	background-color:#333;
	
	width:675px;	
	min-height:200px;
	border:1px solid #666;
}

/* close button positioned on upper right corner */
.simple_overlay .close {
	background-image:url(../img/overlay/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}

/* the large image. we use a gray border around it */
#img {
	border:1px solid #666;
}

/* "next image" and "prev image" links */
.next, .prev {
	
	/* absolute positioning relative to the overlay */
	position:absolute;
	top:40%;	
	border:1px solid #666;	
	cursor:pointer;
	display:block;
	padding:10px 20px;
	color:#fff;
	font-size:11px;
}

.prev {
	left:0;
	border-left:0;
}

.next {
	right:0;
	border-right:0;
}

.next:hover, .prev:hover {
	text-decoration:underline;
	background-color:#000;
}

/* when there is no next or previous link available this class is added */
.disabled {
	visibility:hidden;		
}

/* the "information box" */
.info {
	position:absolute;
	bottom:0;
	left:0;	
	padding:10px 15px;
	color:#fff;
	font-size:11px;
	border-top:1px solid #666;
}

.info strong {
	display:block;	
}

/* progress indicator (animated gif). should be initially hidden */
.progress {
	position:absolute;
	top:45%;
	left:50%;
	display:none;
}

/* everybody should know about RGBA colors. */
.next, .prev, .info {
	background:#333 !important;
	background:rgba(0, 0, 0, 0.6) url(/img/global/gradient/h80.png) repeat-x;		
}

/* styling for the image wrapper  */
#image_wrap {
	/* dimensions */
	width:640px;
	height:480px;
	margin:15px 0 15px 40px;
	padding:15px 0;

	/* centered */
	text-align:center;
	vertical-align:middle;

	/* some "skinning" */
	background-color:#efefef;
	border:2px solid #fff;
	outline:1px solid #ddd;
}

/* root element for tabs  */
.tabs {
	list-style:none;
	margin:0 !important;
	padding:0;
	height:35px;
	width:600px;
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
}

/* single tab */
.tabs li {
	float:left;
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important;
	border-right:1px solid #CCCCCC;
	text-align:center;
}

/* link inside the tab. uses a background image */
.tabs a {
	background-color:#FFFFFF;
	font-size:11px;
	display:block;
	height: 35px;
	line-height:35px;
	width: 111px;
	text-align:center;
	text-decoration:none;
	color:#000;
	padding:0px;
	margin:0px;
	position:relative;
}

.tabs a:active {
	outline:none;
}

/* when mouse enters the tab move the background image */
.tabs a:hover {
	color:#fff;
	background-color:#87A0C0;
	text-decoration:none;
}

/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
.tabs .current, .tabs .current:hover, .tabs li.current a {
	background-color:#F6F6F6;
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	cursor:default !important;
	color:#000 !important;
}

/* crossfading effect needs absolute positioning from the elements */
.panes div {
	width:600px;
	background-color:#F6F6F6;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	display:none;
}