/* This CSS file is created for you to create or override any of the existing CSS styles used in this theme */

.imgteaser {
	margin: 0;
	overflow: hidden;
	position: relative;
	margin-bottom: 0px;
}
.imgteaser a {
	text-decoration: none;
	float: left;
}
.imgteaser a:hover {
	cursor: pointer;
}
 
.imgteaser a img {
	margin: 0px;
	border: none;
	padding: 0px;
	background: #fff;
	border: 1px solid #ddd;
}
 
.imgteaser a .more {
	position: absolute;
	right: 20px;
	bottom: 20px;
	font-size: 14px;
	color: #fff;
	background: #000;
	padding: 0px 0px;
	filter:alpha(opacity=65);
	opacity:.65;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)"; /*--IE 8 Transparency--*/
}
.imgteaser a:hover .desc{
	display: block;
        font-family: verdana;
	font-size: 12px;
	padding: 0px 0px;
	background: #111;
	filter:alpha(opacity=75);
	opacity:.75;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)"; /*--IE 8 Transparency--*/
	color: #fff;
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding: 10px;
	margin-left: 1px;
	width: 270px;
	border-top: 1px solid #999;
}
.imgteaser a:hover .desc strong {
	display: block;
	margin-bottom: 5px;
	font-size:1.5em;
}
.imgteaser a .desc {	display: none; }
.imgteaser a:hover .more { visibility: hidden;}

.button-ps3 a {   
display: block;   
background:  url(http://www.somegamereviews.com/images/navigation/new/ps3-off.png) top;   
width: 128px;   
height: 130px;   
}

.button-ps3 a:hover {   
background:  url(http://www.somegamereviews.com/images/navigation/new/ps3-on.png) no-repeat bottom;   
}
