/***** COPYRIGHT ****************************************/
/*                                                      */
/*     obsessionevents.se - CSS v.1.0                   */
/*     All Copyright reserved hyperskins.com            */ 
/*     By Herbert Cuba Garcia  2008-02                  */
/********************************************************/

/***** CSS LIBRARY V.1.0 ********************************/ 
/*                                                      */
/*		//BASE 			  								*/
/*		1:1 Gallery sizes and margins                   */
/*                                                      */
/********************************************************/

/********************************************************/
/*    SECTION 1:1                                       */
/********************************************************/
#gallery * {
	outline:none; 
}  
  
.hide { 
	display:none; 
}  
  
#gallery {  
	position: relative;
	height: 590px;
}  

#gallery .puff_content{
	position: relative;
	padding-bottom: 0px;
}

#gallery_title{
	position: relative;
	height: 40px;
	width: 440px;
}

#gallery FORM{
	display: none;
	position: absolute;
	top: 0;
	right: 0px;
	width: 190px;
	height: 30px;
}

#gallery FORM SELECT{
	margin-top: 8px;
	float: left;
	width: 150px;
}

#gallery FORM IMG{
	float: right;
}
  
#picture_section {
	position: relative;
	height: 466px;
    padding:0px;  
    overflow:hidden;
	text-align:center; 
}  
#picture_section #inside { 
	margin: 0px auto;
	position: relative;
    width:100%;  
    height: 466px; 
}  
#picture_section img {
  	
    border:0;   
    margin: 5px;  
    cursor:pointer; 
	border:1px solid #313131;
}  
  
.gallery_controls{   
    width:100%;  
    height:28px; 
	padding: 3px 0px 2px 7px;
}  

.gallery_control_container{   
    width:100%;  
    height:36px; 
	overflow: hidden;
	position: relative;
	margin-top: -2px;
	/*background-color: #f00;*/
	  
}  

.gallery_controls .arrow{
	margin: 5px 5px 5px 0px;
	float: left;
	cursor: pointer;
	height: 28px;
	width: 28px;
	text-indent:-9999px; 
}

.gallery_controls #up {   
    background:url(../img/arrow_up_deactivated.jpg) no-repeat;   
}  
  
.gallery_controls #down {  
    background:url(../img/arrow_down.jpg) no-repeat;  
}  
.gallery_controls #left {  
    background:url(../img/arrow_left.jpg) no-repeat;  
}  
.gallery_controls #right {   
    background:url(../img/arrow_right.jpg) no-repeat;    
}  
  
.gallery_controls .deactivated { 
	/*opacity:0.2; 
	/filter:alpha(opacity=20); */
	cursor:default; 
} 

#display_picture_container {  
    position:absolute;  
    top: 10px;  
    left:0px;  
    width: 100%; 
	text-align: right;
	padding: 30px 0px 10px 0px;
}  
  
#display_picture_text { 
    position:absolute; 
	top: 40px;
	left: 0px;
	width:100%;
	height: 415px;   
    text-align:center;    
	padding-top: 50px;
	opacity:0.8; 
	filter:alpha(opacity=80); 
	background-color:#000;
	
}

#display_picture_text P{
	color: #45dd09;
}  
  
#display_picture_img {  
    position:relative; 
	top: 90px;  
    height:320px;
	width: 100%; 
    cursor:pointer;
	text-align:center;
	
}

#big_picture {   
	border:1px solid #313131;
}

#galleryNavigation A {
	text-decoration: none;
	color:#e654f3;
}