/* this is the clipping region for the menu. it's width and height get set by script, depending on the size of the items table */
.transMenu {
	position:absolute;
	overflow:hidden;
	left:-1000px;
	top:-1000px;
	}

/* this is the main container for the menu itself. it's width and height get set by script, depending on the size of the items table */
.transMenu .content {
	position:absolute;
	}

/* this table comprises all menu items. each TR is one item. It is relatively positioned so that the shadow and background transparent divs can be positioned underneath it */
.transMenu .items {
	position:relative;
	left:0px; top:0px;
	z-index:2;
	}

.transMenu.top .items {
	border-top:none;
	}

/* each TR.item is one menu item */
.transMenu .item {
    color:#ffed99;
    font-size:12px;
    font-family:sans-serif;
    text-decoration:none;
	/* this is a hack for mac/ie5, whom incorrectly cascades the border properties of the parent table to each row */
	border:none;
	cursor:pointer;
	cursor:hand;
	}

/* this DIV is the semi-transparent white background of each menu. the -moz-opacity is a proprietary way to get transparency in mozilla, the filter is for IE/windows 5.0+. */
/* we set the background color in script because ie mac does not use it; that browser only uses a semi-transparent white PNG that the spacer gif inside this DIV is replaced by */
.transMenu .background {
	position:absolute;
	left:0px; top:0px;
	z-index:1;
	-moz-opacity:.8;
	filter:alpha(opacity=80);
	}

/* same concept as .background, but this is the sliver of shadow on the right of the menu. It's left, height, and background are set by script. In IE5/mac, it uses a PNG */
.transMenu .shadowRight {
	position:absolute;
	z-index:3;
	top:3px; width:2px;
	-moz-opacity:.4;
	filter:alpha(opacity=40);
	display:none;
	}

/* same concept as .background, but this is the sliver of shadow on the bottom of the menu. It's top, width, and background are set by script. In IE5/mac, it uses a PNG */
.transMenu .shadowBottom {
	position:absolute;
	z-index:1;
	left:3px; height:2px;
	-moz-opacity:.4;
	filter:alpha(opacity=40);
	display:none;
	}

/* this is the class that is used when the mouse is over an item. script sets the row to this class when required. */
.transMenu .item.hover {
	background:#67441c;
	color:#ffed99;
	}

/* this is either the dingbat that indicates there is a submenu, or a spacer gif in it's place. We give it extra margin to create some space between the text and the dingbat */
.transMenu .item img {
	margin-left:10px;
	}
    
    
    
    
    
    
    #myfullimg{
         overflow: hidden;
        
       width:582px;  
         height:360px;
         overflow: hidden;
         
    }
    #myfullimg img{
    width:570px;
    border:2px solid #ffffff;
    height:356px;
    
    
}
#allg{
    
    
    margin:auto;
    
    
}



#myfullimg {
   margin:auto;
   
    
}
#mybar img {
    float :left ;
    margin:3px;
    width :103px;
    height:72px;
    border :4px solid #ffffff;
    cursor: pointer;
 opacity:.7;   
    
}

#mybar img:hover {
    
 opacity:1;   
    
}


#mybar  {
   width:466px;
   overflow: hidden;
   margin:auto;
  height:84px;
   position:relative
 
}

#brimg{
    
    
  
     position: absolute;
     
}


#bt_prv{
    
    width: 23px;
    height:43px;
    background: url("images/bt_g_prv.png") ;
  margin-top:25px;
  list-style: none;
  position: absolute;
  cursor: pointer;
    
}
#bt_next{
    cursor: pointer;
     float:left;
    width: 23px;
    height:43px;
    background: url("images/bt_g_next.png") ;
  margin-top:-63px;
  list-style: none;
  position: absolute;
 margin-left:543px;
    
}

.submenu{
    
    position: absolute;
    width: 150px;
    display: none;
    
    
    
}
.submenu li{
    height:20px;
    background: none;
    font-size: 10pt;
    
    
}



.slink{
    color :#FEE689;
    font-size: 12px;
    
    
}
.submenu2{
    display: none;
    position: absolute;
    width: 200px;
   
    float: none;
   left: auto;
  
   z-index:1000;
 
    background: url("images/m_bg.png") ;
  

     -moz-border-radius-topright: 10px;
 -moz-border-radius-bottomleft: 10px;
 -moz-border-radius-bottomright: 10px;
 -webkit-border-top-right-radius: 10px;
 -webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px; 


    
 
    
}
.submenu2 a{
    height:20px;
    background: none;
    font-size: 10pt;
   
    
    
}


.slink{
   
   font-size: 9pt;
    margin: 5px;
}
.slink:hover {
  background-color: #67441C;
  
    
}



.mydes{
    padding:15px;
    height: 10px;
    width:541px;
    background: url("images/m_bg.png") ;
        position:absolute;
        margin-top:-42px;
        margin-left: 2px;
        font-size: 17px;
        color:#fed778;
        display: none;
}

.fullimg{
    
    display: none;
    
}
.mynews{
    
    
     background-color: #67441C;
     float :left 
    
}


h5{
color:#7D4415;
margin-top: -1px;
margin-bottom: -1px;
}


#col{
    
     background-color:#6d3c07;
    float:right;
    padding: 5px;
    cursor: pointer;
    border: 1px #6d3c07 solid;
    margin-top: -15px;
    margin-right: -15px;
    
}

.step{
float:left;
display:block;
width:41px;
line-height:41px;
text-align:center;
margin:3px;
background:url('../images/step.gif');
color:#fff;
font-size:15px;
/* for IE */
filter:alpha(opacity=40);
/* CSS3 standard */
opacity:0.4;
}
.active{
/* for IE */
filter:alpha(opacity=90);
/* CSS3 standard */
opacity:0.9;
}
.text-label {
	    color: #cdcdcd;
	   
	}