#slides {
	margin:0 auto;
	margin-top:-30px;
	width:100%;
	height:390px;
	position:absolute;
	bottom:19px;
	z-index:100;
}
.slides_container {
	margin:0 auto;
	width:100%;
	height:480px;
	overflow:hidden;
	position:relative;
	display:none;
}
#slides .slide {
	width:900px;
	height:460px;
	display:block;
	float:right;
}


/*	Next/prev buttons*/

#slides .next,#slides .prev {
	position:absolute;
	top:107px;
	left:-39px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
}

#slides .next {
	left:585px;
}

/*	Pagination  */
.pagination {
	position:absolute;
	right:0;
	margin-top:-115px;
	width:100px;
	z-index:1000;
}
.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}
.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(../images/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}
.pagination li.current a {
	background-position:0 -12px;
}

/*	Type and anchors */
#slides .link {
	display:block;
	margin-top:10px;
	font-weight:800;
}

/*-coda-*/
		.stripViewer .panelContainer .panel ul {
			text-align: left;
			margin: 0 15px 0 30px;
			overflow: hidden;
		}
		
		.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
			margin: 150px 0;
			position: absolute;
			width: 100%;
			overflow:hidden;
		}

		/* These 2 lines specify style applied while slider is loading */
		.csw {width: 100%; height: 460px; background: transparent; overflow: hidden;}
		.loading {margin: 200px 0 300px 0; text-align: center}

		.stripViewer { /* This is the viewing window */
			position: relative;
			overflow: hidden; 
			margin: auto;
			width: 960px; /* Also specified in  .stripViewer .panelContainer .panel  below */
			height: 649px;
			clear: both;
		}
		
		.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
			position: relative;
			left: 0; top: 0;
			width: 960px;
			height: 649px;
			list-style-type: none;
			overflow:hidden;
			
			/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
		}
		
		.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
			float:left;
			height: 100%;
			position: relative;
			overflow:hidden;
			width: 960px;
			height: 649px; /* Also specified in  .stripViewer  above */
			
		}
		
		.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
			padding: 10px;
			overflow:hidden;
		}
		
		.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
			margin: auto;
			display:none;
		}
	
	
.bt_tg {
	width:24px;
	height:24px;
	cursor:pointer;
	}
.bt_tg img{18px}
.togglebox {width: 295px; height:260px !important; overflow-y:auto; 
	/*background-color:#f4f4f4;
	overflow: hidden;
	font-size: 1.2em;*/
	
	/*margin-bottom:10px;
	-moz-box-shadow: 0px 8px 10px #919191;
-webkit-box-shadow: 0px 8px 10px #919191;
box-shadow: 0px 8px 10px #919191;
filter: progid: DXImageTransform.Microsoft.Shadow(strength = 8, direction = 180, color = '#919191');
-ms-filter: "progid: DXImageTransform.Microsoft.Shadow(strength = 8, Direction = 180, Color = '#919191')";
*/

}

.alinhap{padding-left:35px !important;}
.alinhah{margin-top:10px; padding-left:35px !important;}

