		
	.right {
		text-align: center;
		position: relative;
		}
		
	#contentBody .right table {
		width: auto;
		margin: 0;
		}
		
	/**
	* quote
	*/
	#quote img {
		/*
		position: relative;
		left: 310px;*/
		margin-left: 310px;
		}
		
	/**
	* tables
	*/
	table {
		width: 100%;
		}
		
	table a {
		color: #414141;
		text-decoration: none;
		}
		
	/**
	* buy button
	*/
	.buy {
		width: 35px;
		height: 17px;
		text-align: left;
		background: url(../../../images/layout/buttons/buy.gif);
		}
		
	.buy a {
		display: block;
		font-size: 1px;
		text-indent: -9999em;
		height: 17px;
		}
		
	/**
	* paginator
	*/
	#paginator {
		color: #414141;
		padding: 0 0 10px 231px;
		}
		
	#paginator div {
		background-color: #D0D0D1;
		}
		
	#paginator li {
		display: inline;
		margin: 0 5px 0 0;
		}
		
	#paginator li#next {
		background: url(../../../images/layout/arrow.gif) right no-repeat;
		}
		
	#paginator li#next a {
		padding: 0 8px 0 0;
		}
		
	#paginator li#previous {
		background: url(../../../images/layout/arrow-left.gif) left no-repeat;
		}
		
	#paginator li#previous a {
		padding: 0 0 0 8px;
		}
		
	#paginator a {
		color: #414141;
		text-decoration: none;
		}
		
	#paginator select {
		float: none;
		margin: 0 10px;
		width: 50px;
		}
		
	#paginator form {
		width: 210px;
		}
	/* video page */
#mediaVideo{
	margin-left:70px;
}

#videoContent h2 {
	font-size:1.4em;
	margin-bottom:25px;
	margin-left:70px;
	margin-top:50px;
	text-align:left;
	color:#CBCBCB;
}	
		
		
