* { word-break: break-all;}
body {min-width: 1000px; width:expression((documentElement.clientWidth<1000) ? "1000px" :"auto");}
body, th, td, input, select, textarea, button { font: 12px/1.5em Tahoma, Arial, Helvetica, snas-serif; }
body, h1, h2, h3, h4, h5, h6, p, ul, dl, dt, dd, form, fieldset { margin: 0; padding: 0; }
h1, h2, h3, h4, h5, h6 { font-size: 1em; }
ul li { list-style: none; }
a { color: #000; text-decoration: none; }
a:hover { text-decoration: underline; }
a img { border: none; }

.cls{
	clear:both;
	line-height:0;
	font-size:0;
	height:0;
}
#wrapper{
	position:relative;
	width:100%;
	height:370px;
	margin-bottom:-55px;
	margin-top:10px;
}
#textContent{
	position:relative;
	float:left;
	border-right:1px solid #ccc;
	width:252px;
	height:314px;
	background:url('../images/text.jpg') no-repeat;
}
#logoContent{
	position:relative;
	float:left;
	width:524px;
}
/*#redLine{
	background:#CC0033;
	border:1px solid #666;
	border-top:0px;
	height:5px;
	width:520px;
	float:left;
}*/
#logoes{
	padding-bottom:4px;
	padding-left:8px;
	padding-top:8px;
	width:512px;
	float:left;
}
#displayArea{
	height:255px;
	overflow:hidden;
	width:508px;
	position:relative;
}
#moveArea{
	position:relative;
	left:0px;
}
.section{
	position:absolute;
	width:515px;
	height:381px;
}
.logoImg{
	width:120px;
	height:120px;
	margin-right:5px;
	margin-bottom:5px;
	display:block;
	border:1px solid #d9d9d9;
	float:left;
}
#flipArrows{
	position:relative;
	width:520px;
	height:20px;
	float:left;	
}
#l_arrow{
	position:absolute;
	left:15px;
	top:2px;
}
#r_arrow{
	position:absolute;
	right:15px;
	top:2px;
}
#description{
	margin-left:10%;
	margin-right:10%;
	text-align:center;
	overflow:hidden;
	color:#af8a49;
	font-size:11px;
}