body{
	margin:0px 0px;
	padding:0px 0px;
	}


/* root element for accordion1. decorated with rounded borders and gradient background image */
#accordion1 {
	background:#333 url(/img/global/gradient/h300.png) 0 0;
	width: 240px;
	border:1px solid #d9dde0;	
	background:#f9f9fb;
	
}

/* accordion1 header */
#accordion1 h2 {
	background:#ccc url(../images/grey_bg_right.jpg);
	margin:0;
	padding:5px 0px 5px 5px;
	font-size:14px;
	font-weight:bold;
	color:#ffffff;
	border:1px solid #d9dde0;
	border-bottom:1px solid #ddd;
	cursor:pointer;	
}

/* currently active header */
#accordion1 h2.current {
	cursor:default;
	background: url(../images/blue_box_bg_hover.jpg);
}

/* accordion1 pane */
#accordion1 div.pane1 {
	border:1px solid #d9dde0;
	border-width:0px 0px;
	display:none;
	height:295px;
	color:#fff;
	font-size:12px;
}

/* a title inside pane */
#accordion1 div.pane1 h3 {
	font:bold 16px Arial, Helvetica, sans-serif ;
	margin:0 0 -5px 5px;
	color:#999;
}
/* second css
/* container for slides */
images {
	
	border:0px solid #d9dde0;
	position:relative;	
	height:0px;
	
	width:240px;
	float:left;	
	margin:0px;
	cursor:pointer;
	
}

/* single slide */
images div {
	display:none;
	position:absolute;
	top:0;
	left:0;		
	margin:7px 0px 7px 0px ;
	padding:5px 0px 1px 0px;
	height:auto;
	font-size:12px;
}

/* header */
images h3 {
	font-size:22px;
	font-weight:normal;
	margin:0 0 0px 0;
	color:#456;
}

/* tabs1 (those little circles below slides) */
.tabs1 {
	clear:both;
	margin-left:0px;
	}

/* single tab */
.tabs1 a {
	width:8px;
	height:8px;
	float:left;
	margin:0px;
	background:url(../images/navigator.png) 0 0 no-repeat;
	display:inline-table;
	font-size:1px;		
}

/* mouseover state */
.tabs1 a:hover {
	background-position:0 -8px;      
}

/* active state (current page state) */
.tabs1 a.current {
	background-position:0 -16px;     
} 	


/* prev and next buttons */
.forward, .backward {
	float:left;
	margin-top:0px;
	display:block;
	width:0px;
	height:0px;
	cursor:pointer;
	font-size:1px;
	text-indent:-9999em;	
}
#ar #slideshow .pointer {
background-position:100% 50%;
left:auto;
right:-9px;
}

/* disabled navigational button. is not needed when tabs1 are configured with rotate: true */
.disabled {
	visibility:hidden !important;		
}
.image_p{
	width:200px;
	height:100px;
	float:left;
	margin:10px 15px 10px 10px;
}


