﻿

/*CBOX*/  
        #cboxCurrent 
        {
            display:none;visibility:hidden;
            }
        #cboxPrevious{display:none;visibility:hidden;}
        #cboxNext{display:none;visibility:hidden;}
        #cboxTitle{display:none;visibility:hidden;}




/*SLIDER*/
*.slider {

	/* You MUST specify the width and height */
	width:500px;
	/* You MUST specify the width and height */
	height:400px;
	background-color:#6d6d6d;
	position:relative;	
	overflow:hidden;
	margin:0 auto;
}

*.mask-gallery {
	
	overflow:hidden;	
}

*.gallery {
	
	/* Clear the list style */
	list-style:none;
	margin:0;
	padding:0;
	
	z-index:0;
	
	/* width = total items multiply with #mask gallery width */
	width:2500px;
	overflow:hidden;
}

	*.gallery li {

		
		/* float left, so that the items are arrangged horizontally */
		float:left;
		vertical-align:middle
	}


*.mask-excerpt {
	
	/* Set the position */
	position:absolute;	
	top:300px;
	left:0;
	z-index:500px;
	
	/* width should be lesser than #slider width 
	width:100px;*/
	width:500px;
	height:100px;
	overflow:hidden;	
	

}
	
*.excerpt {
	/* Opacity setting for different browsers */
	filter:alpha(opacity=70);
	-moz-opacity:0.7;  
	-khtml-opacity: 0.7;
	opacity: 0.7;  
	
	/* Clear the list style */
	list-style:none;
	margin:0;
	padding:0;
	
	/* Set the position */
	z-index:10;
	position:absolute;
	/* Set the position*/
	top:0;
	left:0;
	 
	 
	 
	/* Set the style 
	width:100px;*/
	width:500px;
	background-color:#000;
	overflow:hidden;
	
	
	color:#fff;	
}

	*.excerpt li {
		padding:5px;
	}
	


.clear {
	clear:both;	
}


/*------------------------CSS 3.0-------------------------------------*/





   #simple_search_search_tbn
    {
 -moz-border-radius-topleft: 35px;
-moz-border-radius-topright: 35px;
-moz-border-radius-bottomright: 35px;
-moz-border-radius-bottomleft: 35px;
-webkit-border-radius: 35px 35px 35px 35px;
border-radius: 35px 35px 35px 35px;
-webkit-box-shadow: 0px 0px 15px 0px #ff0f0f;
-moz-box-shadow: 0px 0px 15px 0px #ff0f0f;
box-shadow: 0px 0px 15px 0px #ff0f0f;
border:none;
padding-left:10px;
padding-right:10px;
        }
   a.menu_left_section_a:hover
   {
text-shadow: 0px 0px 5px #f7ff00;
filter: dropshadow(color=#f7ff00, offx=0, offy=0);
-moz-border-radius-topleft: 35px;
-moz-border-radius-topright: 0px;
-moz-border-radius-bottomright: 35px;
-moz-border-radius-bottomleft: 0px;
-webkit-border-radius: 35px 0px 35px 0px;
border-radius: 35px 0px 35px 0px;
-webkit-box-shadow: 0px 0px 15px 0px #ff0f0f;
-moz-box-shadow: 0px 0px 15px 0px #ff0f0f;
box-shadow: 0px 0px 15px 0px #ff0f0f;
       }
 a.menu_left_section_a {
-webkit-transition: all 200ms ease-in;
-moz-transition: all 200ms ease-in;
-o-transition: all 200ms ease-in;
transition: all 200ms ease-in;


}
a.header_link
{
      -webkit-transition:All 700ms ease;
-moz-transition:All 700ms ease;
-o-transition:All 700ms ease;
    }
    a.header_link:hover
    {
     text-shadow: 0px 0px 2px #f7ff00;
filter: dropshadow(color=#f7ff00, offx=0, offy=0);
        }
