


/*----- TMSlider -----*/
.items {display:none;}
.bg-slider{  padding:7px; position:relative; margin-top:7px; z-index:1; margin-bottom:2px;}
.slider {height:300px;position:relative;z-index:14;}
.prev{ position:absolute; z-index:99; top:208px; left:7px; background:url(../images/button-prev.png) 0 0 no-repeat; width:38px; height:40px;}
.next{ position:absolute; z-index:99; top:208px; right:12px; background:url(../images/button-next.png) 0 0 no-repeat; width:38px; height:40px;}
	.prev:hover, .next:hover{background-position:0 -40px;}
.banner{
	position:absolute; 
	bottom:94px; 
	left:0; 
	width:970px; 
	height:55px; 
	background:url(../images/bg-slider.png) 0 0 repeat; 
	font:40px 'PT Sans', sans-serif; 
	font-weight:400;
	text-shadow:1px 1px rgba(0,0,0,0.5);}
.banner a{color:#fff; display:block;width:894px;height:76px;padding:18px 0 0 42px;}
/*===== content =====*/
input, select, textarea	{
				padding:5px 8px;
				font:1em/1.2em Arial, Helvetica, sans-serif;
				color:#5C5C5C;
				border-top:1px solid #5C5C5C;
				border-left:1px solid #5C5C5C;
				border-bottom:1px solid rgba(0, 0, 0, 0.1);
				border-right:1px solid rgba(0, 0, 0, 0.1);
				background:#f0f0f0;
				border-radius:4px;
				-moz-border-radius:4px;
				-khtml-border-radius:4px;
				-webkit-border-radius:4px;
				}