@charset "UTF-8";
/* CSS Document */
*{
	border:0px;
	margin:0px;
	padding:0px;
	
}

body{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #fff;
}
a:visited {
	color: #5C7996;
	text-decoration: none;
	font-weight: bold;
}
a:hover{
	color:#ca0002;
	text-decoration: none;
	font-weight: bold;
}
a {
	color:#004276;
	text-decoration: none;
	font-weight: bold;
}
.intro{
	width:980px;
	line-height: 18px;
}

#arrow{
	position:absolute;
	width:40px;
	height:40px;
	left:-20px;
	top:256px;
	background:url(http://i2.cdn.turner.com/cnn/interactive/2012/04/world/space.slider/images/ui/arrow.png);
	z-index:105;
}
#before_after{
	
	margin:10px 0 10px 0;
	color:#FFF;
	width:980px;
	height:40px;
	font-size:14px;
	font-weight:bold;
}
#before_after .left:hover,#before_after .right:hover{
	background:#000;
}
#before_after .left{
	padding:10px;
	background:#ca0002;
	float:left;
	cursor:pointer;
}
#before_after .right{
	padding:10px;
	background:#ca0002;
	float:right;
	cursor:pointer;

}

#images{
	width:980px;
	height:552px;
	cursor:pointer;
	overflow:hidden;
	position:relative;
	background:url(http://i2.cdn.turner.com/cnn/interactive/2012/04/world/space.slider/images/ui/loader.gif) #000 no-repeat center;
}

#left_image{
	position:absolute;
	width:0;
	height:552px;
	overflow:hidden;
	z-index:100;
	border-style:solid;
border-right:3px solid #ffffff;
}
#right_image{
	position:absolute;
	width:0;
	height:552px;
	overflow:hidden;
	z-index:98;
}

#thumbs{
	height:80px;
	margin:10px 0 10px 0;
}
.thumbnail{
	float:left;
	width:80px;
	height:80px;
	overflow:hidden;
	margin:0 10px 0 0;
	background:#000;
	cursor:pointer;
}
.thumbnail:hover{
	border:2px solid #000;
	margin:-2px 8px 0 -2px;
}

.thumbnail_active{
	border:2px solid #ca0002;
	margin:-2px 8px 0 -2px;
}


#copy .title{
	font-weight:bold;
	font-size:22px;
	width:980px;
}

#copy_title{
	position:relative;
	float:left;
	padding-top: 5px;
	padding-left: 10px;
	font-weight:bold;
	font-size:22px;
	color: #000;
}

#copy .description{
	
	width:980px;
	line-height: 18px;
	margin-bottom: 20px;
}

#key {
	margin: 0px;
	padding: 0px;
	float: right;
	height: 40px;
	width: auto;
	
}
#comment-lft {
	float: left;
	width: auto;
	color: #000;
	font-size: 10pt;
	padding-top: 10px;
	padding-left: 10px;
	text-align: right;
	text-transform: uppercase;
	font-weight: normal;	
	text-align:right;
}
#comment-rht {
	float: right;
	width: auto;
	color: #000;
	font-size: 10pt;
	padding-top: 10px;
	text-align: left;
	padding-right: 10px;
	text-transform: uppercase;
	font-weight: normal;	
	
}
#holder {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
h1{
	font-size:33px;
}
#main-header {
	height: 40px;
	width: 980px;
	margin-bottom: 10px;
	margin-top: 10px;
}

#thumbholder {
	width: 960px;
	height: 90px;
	margin-bottom: 10px;
	margin-top: 10px;
	
}

.clear-none {
	clear: none;
	float:right;	
}

.credit,.credit a {
	color: #999;
	font-size: 9pt;
	margin-bottom: 20px;
}
.credit a:hover{
	color:#ca0002;
}
