


/*---------------------Photo gallery --------------------*/
 
 
 .MainScreen{background:transparent; width:511px; height:auto; margin:auto; padding-bottom:10px; padding-top:10px; border-top:0px solid #908267}
 
 
 .carousel-component {
    padding:0px;
}
.carousel-component .carousel-list li { 
    margin:1px;
    width:79px; /* img width is 75 px from flickr + a.border-left (1) + a.border-right(1) + 
                   img.border-left (1) + img.border-right (1) + a.margin (6)*/
    /*    margin-left: auto;*/ /* for testing IE auto issue */
	background:#9D9D9D;
}

.carousel-component .carousel-list li a { 
    display:block;
    margin:1px;
    border:1px solid #9D9D9D;
    outline:none;
    -moz-outline:none; 
}

.carousel-component .carousel-list li a:hover { 
    border: 1px solid #9D9D9D; 
}

.carousel-component .carousel-list li img { 
    border:1px solid #9D9D9D;
	display:block; 
    margin:1px;
	margin-bottom:-3px;
}

.carousel-component .carousel-list li strong { 
    display:block;
}
                                    
#photo-header{
font-family:arial; width:500px; font-size:12px; font-weight:bold; color:#D09343; margin:auto; text-align:center; padding-top:5px;}
#photo-caption{
font-family:arial; padding-top:10px; padding-bottom:10px; width:500px; font-size:12px; font-weight:normal; color:#F2E6D6; margin:auto; text-align:center; height:auto;
}
#indicator{color:#D09343; font-weight:bold}

#prev-arrow { 
    position:absolute;
    top:40px;
    z-index:3;
    cursor:pointer; 
    left:5px; 
}

#next-arrow { 
    position:absolute;
    top:40px;
    z-index:3;
    cursor:pointer; 
    right:5px; 
	background:url(/images/next.png);
}

.spotlight {
    border: 1px solid gray;
    filter: alpha(opacity=100); -moz-opacity:1.0;
	cursor:pointer; 
}

.non-spotlight {
    border: 1px solid #e2edfa;
    filter: alpha(opacity=40); -moz-opacity:0.3;
	cursor:pointer;
}

#preview {
	border:0px solid red;
    margin-top: 2px;
    padding:0px;
    clear:both;
	text-align:center;
	float:center;
	overflow:hidden;
	width:auto;
	
}

#preview img {
    border: 1px solid #831f43;
    padding:4px;
}


.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; 
	
}

.photo-header1{width:500px; text-align:left; padding:10px 0px 10px 0px; font-weight:bold; margin:auto}

/**
 * ==============================================================================
 * 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 { 
	background:transparent;
	border:1px solid #831f43;
	padding-bottom:3px;
	width:500px;
	height:90px;
	color:#618cbe;
padding-top:8px;
}
.carousel-component ul.carousel-list { 
	margin:0px;
	padding:0px;
	line-height:0px;
}
.carousel-component .carousel-list li { 
	text-align:center;
	margin:2px;
	padding:0px;
	font:10px verdana,arial,sans-serif;
	color:#fff;
}
.carousel-component .carousel-vertical li { 
}
.carousel-component ul.carousel-vertical { 
}

.photo-left{ width:240px; height:130px; float:left; padding:10px 0px 10px 0px; margin-top:10px; border:1px solid #333634; margin-right:5px; text-align:center}

.photo-left:hover{ width:240px; height:130px; padding:10px 0px 10px 0px;  float:left; border:1px solid #982952;}


.photo-imgcontainer{float:left; width:220px; padding:0px 10px 0px 10px;  text-align:center;}


.photo-right{ width:250px; height:auto; float:right; margin-top:10px; border:1px solid #333634;}
.photo-right:hover{ width:250px; height:auto; float:right; border:1px solid #982952;}


/*---------------------Photo gallery --------------------*/