ul, ol, li, hr, img{
	margin: 0px;
	padding: 0px;
	border: none;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	
}

#display {
	position: relative;
	left: 20px; 
	height: 475px;
	color: #313131;
	overflow: hidden;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 10px;
}
.display-inner {
	float: left;
	left: 0px;
	font-size: 12px;
	padding: 10px 0px;
	width: 325px;
	height: 248px;
	line-height: 18px;
	text-align: left;
}
.display-image {
	width: 750px;
	text-align: right;
	float: right;
	right: 0px;
}

#display a {
	color: #007fd8;
}
#display a:hover {
	color:#1377ff;
}
#display a.displink{
	text-decoration: underline;
	}

#display a.displink:hover{
	color: #81ec04;
	}
#display h2 {
	margin: 0px 0 15px;
	font-size: 24px;
	text-align: left;
	line-height: 24px;
	font-weight: normal;
	text-transform: uppercase;
}
#display h2 a {
	text-decoration: none;
	color: #007fd8;
}
#display h2 a:hover {
	text-decoration: none;
	color:#1377ff;
}

#display-control {
	position: absolute;
	font-size: 6px;
	bottom: 25px;
	margin: 0px;
	height: 6px;
	z-index: 2px;
}

#display-control li {
	display: inline;
}

#display-control a {
	display: block;
	float: left;
	width: 40px;
	height: 5px;
	background-color: #222;
	outline: none;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0;
}
#display-control li.ui-tabs-selected a {
	background-color: #8cbaff;
}
.ui-tabs .ui-tabs-hide {
	display: none !important;
}

.the-more{
	color: #313131;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
}
.thumb {
	display: block;
	float: left;
	width: 150px;
	height: 100px;
	text-align: center;
	text-decoration: none;
	line-height: 12px;
	font-size: 10px;
}
