
#wrapperr {
	margin-top:5px;
	margin-left: auto;
	margin-right: auto;
	/*border: 1px solid #9E7800;*/
	width:702px;
	}

.accordionButton {
	width: 702px;
	float:none;
	_float: none;  /* Float works in all browsers but IE6 */
	background:#f1d492;
	border-bottom: 2px solid #FFFFFF;
	cursor: pointer;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
	font-style: normal;
	font-weight: bolder;
	font-variant: normal;
	
	}
	
.accordionContent {	
background:#FFF;
width: auto;
height:auto;
padding:5px;
float:none;
_float: none;
	}
	h1
	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
	font-style: normal;
	font-weight: bolder;
	font-variant: normal;
	color: #663300;
	background-image: none;
	padding-left: 3px;
	vertical-align: middle;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin: 0px;
	float:inherit;
	}
	
	
	#container1
{
background:#FFF;
width:auto;
height:auto;
padding:0;
border-width:2px;
border-style:solid;	
border-color:#ff9900;			
}	

/***********************************************************************************************************************
 EXTRA STYLES ADDED FOR MOUSEOVER / ACTIVE EVENTS
************************************************************************************************************************/

.on {
	background: #990000;
	}
	.on img
	{
		background-image:images/ownarrow.png;
		display:none;
	}
	
.on h1
{
	color:#FFF;
	
}
#wrapperr ul
{
	margin:0;
    width: 750px
}
#wrapperr ul li
{
	margin:4px;
	position:relative;
	display:inline-block;

}
#wrapperr ul li img
{
	border:1px solid #900;

}

#wrapperr ul li .screen {
	background-color: rgba(0,0,0,0.5);
	border-radius: 0;
	position: absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	opacity: 0;
	z-index: 1000;
  -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
}
#wrapperr ul li .screen:hover {
  opacity: 1
}
#wrapperr ul li .thead {
  color: #fff;
  font-family: arial, helvetica, sans-serif;
  font-weight: bold;
  font-size:14px;
  -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
		  display:table;
		  width:100%;
		  height:100%;
		
}

#wrapperr ul li .thead-c {
	display:table-cell;
	margin:0;
	padding:0;
	vertical-align:middle;
	text-align:center;
}

#wrapperr ul li .screen:hover .thead {
  margin-left: 0;
  padding:0px 0 0 0;
}
.d_none
{
	display:none;
}
	