
	
	table {
	border-collapse:collapse;
	border-spacing:0;
	}
	
	fieldset, img {
	border:0 none;
	}
	
	ol, ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	}
	
	q:before, q:after {
	content:'';
	}
	abbr, acronym {
	border:0 none;
	}
	a {
	outline-color:invert;
	outline-style:none;
	outline-width:medium;
	}

	#boxcontainer {
    width: 800px;
    height: 350px;
    margin: 0;
    position: relative;
    padding: 0px;
    margin: 0px 0px 0px 0px;
}

	#boxleftcon {
	width:550px;
	float:left;
	margin:0;
	position:absolute;
	top:0px;
	left:0px;
	padding:0px;
	}

	
	#boxrightcon {
	width:237px;
	float:right;
	margin:0;
	left:560px;
	position:absolute;
	top: 45px;
	border-left: 1px solid #e3e3e3;
	padding:0px 0px 0px 5px;
	background-color:#f9f9f9;
	}
	
	
	
	#boxrightcon2 {
	width:237px;
	float:right;
	margin:20px 0 0 0;
	left:560px;
	position:absolute;
	top: 45px;
	border-left: 1px solid #e3e3e3;
	padding:0px 0px 0px 5px;
	background-color:#f9f9f9;
	}



	/* Screenshotbox*/
	#box4{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	position:absolute;
	width: 562px;
	}
	
	#box4 div{
		width:550px;
		height:350px;
		float:left;
		background:#fff;
	}
	
	#box4 p {
	font-size:12px;

	}
	
	#box4 h3,  #box4 ul{
		font-size:1.6em;
		padding:10px 0px 10px 0px;
		color:#5c5c5c;
		
	}

	#box4 img{
	
		width:302px;
		height:250px;
		float:left;
		margin:0 10px 10px 0px;
	}
	#info4{
		background:#fff !important;
		color:red !important;
		cursor:default
	}

	
	/* ********************************** */
	
	.thumbs{
		width:54px;
	}
	.thumbs div{
		display:block;
		width:54px;
		height:41px;
		margin:3px 0;
		cursor:pointer;
	}
	
	.thumbs div img{
		display:block;
		width:100%;
		height:100%;
		border:none
	}
	
	.info{
		width:240px;
		height:50px;
		background:#000;
		position:absolute;
	}
	.info p, .info h4{
		color:#fff;
		padding:3px 8px;
		font-family:Arial;
	}
	.info h4{
		font-size:14px;
	}
	.info h4 a{
		float:right;
		background:#fff;
		color:#000;
		font-size:10px;
		padding:0 3px;
		text-decoration:none
	}
	
	
	.mask3{
		position:relative;
		width:550px;
		height:320px;
		overflow:hidden;
		
	}
	
	span img{
		display:block;
		border:none;
	}
	.clear{
	clear:both;
	
	}
