#poster {
position: absolute;
display: block;
height: 100%;
width: 100%;
background: #000;
top: 0;
right: 0;
}
#poster .content {
    overflow: hidden;
}
#image {
display: block;
float: left;
margin: 30px;
}
#desc {
    float: left;
    margin-top: 10px;
    width: 200px;
}
#desc .entry-title {
    margin: 25px 0 15px;
    color: #FFF;
    font-size: 24px;
    padding: 0;
	font-weight:normal;
}
#desc .entry-body p {
    font-family: Georgia, serif;
    color: #eee;
    font-size: 12px;
    line-height: 16px;
    margin:0px 0px 16px 0px;
}
#pagination {
    width: 200px;
    margin: 60px 0 0;
    padding:0;
    list-style-type:none;
    overflow: hidden;
    border-top: 1px solid #d35556;
}
#pagination a {
    display: block;
    text-transform: uppercase;
    font-size: 12px;
	height:48px;
	overflow:hidden;
    text-decoration: none;
    color: white;
	font-weight:bold;
}
#prev {
    float: left;
}
#next {
    float:right;
    text-align:right;
}
#prev a {
	padding-left: 20px;
    background: url('../imgs/prev.gif') left 12px no-repeat;
}
#next a {
    padding-right: 20px;
    background: url('../imgs/next.gif') right 12px no-repeat;
}
#pagination a span.cufon {
    margin-top: 20px;  
    display: none;
}
#pagination a:hover .cufon
{
    display: block;
}
#viewAD {
	color:#d35556;
	font-weight:bold;
	background: url('../imgs/reload.gif') 110px 1px no-repeat;
	width:200px;
	display:block;
	text-decoration:none !important;
}
#launch {
	color:#d35556;
	font-weight:bold;
	background: url('../imgs/launch.gif') 155px top no-repeat;
	width:200px;
	display:block;
	text-decoration:none !important;
}
#viewAD:hover {
	color:#FFF;
	background: url('../imgs/reloadOver.gif') 110px 1px no-repeat;
}
#launch:hover {
	color:#FFF;
	background: url('../imgs/launchOver.gif') 155px top no-repeat;
}



