.imagegallerymodule.carousel {
	width:890px;
	height:185px;
	background:url(../images/logo.jpg) no-repeat;
	margin:10px auto 0 auto;
}

.imagegallerymodule.carousel .moduleactions {
	width:160px;
	float:left;
	margin:5px 0 0 150px;
}
.imagegallerymodule.carousel .carousel-component {
	float:right;
	width:36px;
}
.imagegallerymodule.carousel .carouseldisplay {
	float:right;
	width:287px;
	margin:6px 6px 0 0;
	background:url(../images/ajax-loader.gif) no-repeat 50% 50%;
}

.imagegallerymodule.carousel .carouselcontrols {
	float:right;
	width:36px;
	height:173px;
	margin:6px 5px 0 0;
}


.carousel-component { 
	position:relative;
	overflow:hidden;   /* causes the clipping */
	display:none; /* component turns it on when first item is rendered */
	
}
				
.carousel-component ul.carousel-list { 
	width:10000000px;
	position:relative;
	z-index:1; 
}

.carousel-component .carousel-list li { 
	float:left;
	list-style:none;
	overflow:hidden;
	
    
}

/**
 * VERTICAL CAROUSEL DEFAULTS
 **/
.carousel-component .carousel-vertical li { 
	margin-bottom:0px;

	/* Fix for extra spacing in IE */
	float:left;
    clear:left;  
	
	/* Force the LI to respect the HEIGHT specified */
	overflow:hidden;
	display:block;
}

/* For vertical carousel, not set, width defaults to auto */
/* Note if you explicitly set width to auto, this might cause */
/* problems with Safari... as in up/down button not working in some examples. */	 
.carousel-component ul.carousel-vertical {
/*	width:auto;*/
}

.carousel-component .carousel-clip-region { 
	overflow:hidden; /* Secret to the clipping */
	margin:0px auto;
	position:relative; 
}

/**
 * ==============================================================================
 * Safe to override. It is safe to override background, padding, margin, color,
 * text alignment, fonts, etc. Define a separate CSS file and override your style
 * preferences.
 **/

.carousel-component { 
	padding:0px;
	color:#618cbe;
}
.carousel-component ul.carousel-list { 
	margin:0px;
	padding:0px;
	line-height:0px;
}
.carousel-component .carousel-list li { 
	text-align:center;
	margin:0px;
	padding:0px;
	font:10px verdana,arial,sans-serif;
	color:#666;
}
.carousel-component .carousel-vertical li { 
}
.carousel-component ul.carousel-vertical { 
}

.carousel-component { 
    padding:0px;
    margin:0px;
    width:36px; /* seems to be needed for safari */
}

.carousel-component .carousel-list li { 
    margin:0px;
    padding:0px;    
    width:36px; /* img width is 75 px from flickr + border-top (1) + border-bottom(1) */
}

/* Applies only to vertical carousels */
.carousel-component .carousel-vertical li { 
    margin-bottom:2px;
}

.carousel-component .carousel-list li a { 
    display:block;
    border:0px solid #e2edfa;
    outline:none;
}

.carousel-component .carousel-list li a:hover { 
    border: 0px solid #aaaaaa;
}

.carousel-component .carousel-list li img { 
    display:block; 
}


.up-arrow-control { 
	height:7px;
	margin:0 0 4px 0;
	padding:0;
	font-size:0;
}
									
#up-arrow { 
	cursor:pointer; 
	margin:0;
	padding:0;
}

.down-arrow-control { 
	height:7px;
	margin:0;
	padding:0;
	font-size:0;
}

#down-arrow { 
	cursor:pointer; 
	margin:0;
	padding:0;
}

.spotlight,
.non-spotlight {
    cursor:pointer;
}

.spotlight img {
    border: 1px solid #ffffff;
    filter: alpha(opacity=100); -moz-opacity:1.0;
}

.non-spotlight img {
    border: 1px solid #777777;
    filter: alpha(opacity=60); -moz-opacity:0.6;
}

#carouseldisplay-link {
	display:block;
	width:284px;
	height:168px;
	font-size:0px;
	border:1px solid #00443b;
}

/* Default styles */

.imagegallerymodule .firstimage {
	border:1px solid #444;
	margin:5px 5px 0 0;
	float:left;
}


/* Scrolling */

#mycustomscroll {
	overflow: auto;
	position: relative;
	width:206px;
	margin:0 0 0 15px;
	height:550px;
}

#mycustomscroll a.image {
	display:block;
	width:188px;
	text-align:center;
	border:1px solid #6b6b6b;
	padding:5px 0;
	margin:0 0 5px 0;
    filter: alpha(opacity=50); -moz-opacity:0.50;
}
#mycustomscroll a.image:hover {
	display:block;
	width:188px;
	text-align:center;
	border:1px solid #6b6b6b;
	padding:5px 0;
	text-decoration:none;
    filter: alpha(opacity=100); -moz-opacity:1.0;
}
#mycustomscroll a.image span {
	display:block;
	color:#c2ddea;
}

#mycustomscroll a.image img.thumb {
	border:1px solid #292929;
}

#scroller-top{
	position:relative;
	font-size:0px;
	height:8px;
	background:url(../images/slider-top.gif) no-repeat;
	width:232px;
}

#scroller-bottom{
	font-size:0px;
	height:13px;
	background:url(../images/slider-bottom.gif) no-repeat;
	width:232px;
}

#scrollbg {
	background:url(../images/slider-rep.gif) repeat-y;
	width:232px;
}


/* panel */

#imagepanel_mask {
	opacity:0.70;
	filter: alpha(opacity=70);
}

#imagepanel .hd {
	background:none;
	background:#e0e6cf;
	border-bottom:0;
	color:#3e7f5e;
	font-family:times;
	font-size:22px;
}
#imagepanel .bd {
	background:#e0e6cf;
	border-top:0;
}
#imagepanel .ft {
	background:#e0e6cf;
	border-top:0;
}
#imagepanel .bd img{
	border:1px solid #333;
}
#imagepanel .container-close {
	background:url(../images/close.gif);
	width:27px;
	height:26px;
}
#imagepanel .container-close:hover {
	background:url(../images/close-h.gif);
}

#gallerypopfooter {
	border:0px solid red;
	background:none;
	color:#658096;
}