@charset "UTF-8";
/* CSS Document */

/*.powermedia {
	display: block;
	clear: both;
	float: none;
}*/	

.powermedia .title {
	/* */
	margin: 0;
	margin-top: 10px;
}

.powermedia img {
	border: none;	
	margin: 0;
	padding: 0;
}

.powermedia a {
	text-decoration: none;
	margin: 0;
	padding: 0;
}

.powermedia .description {
	margin: 10px 0;
	display: block;
	height: 80px;
	overflow: hidden;
	overflow-x: hidden;
}

.powermedia .gallery {
	display: block;
	float: none;
	clear: both;
	overflow: hidden;
	margin: 0;
	padding: 0 0 2em 0;
	list-style:none;
}

.powermedia .thumbnail,
.powermedia .thumbnail2 {
	display: block;
	position: relative;
	float: left;
	width: 152px;
	height: 180px;
	text-decoration: none;
	/*-moz-border-radius: 15px;
	border-radius: 15px;
  	-moz-box-shadow: 3px 3px 5px #888;
  	-webkit-box-shadow: 3px 3px 5px #888;*/
	padding: 0;
	margin: 0 4px 4px 0;
	overflow: hidden;
}

.powermedia .thumbnail2 {
	width: 77px;
	height: 120px;
	text-align: center;
}

.powermedia .thumbnail .image,
.powermedia .thumbnail2 .image {
	display: block;
	float: none;
	width: 150px;
	height: 150px;
	overflow: hidden;
	text-decoration: none;
	background-position: 50% 50%;
	background-repeat:no-repeat;
	padding: 0;
	margin: 0;
	border: 1px solid #ccc;
}

.powermedia .thumbnail2 .image {
	width: 75px;
	height: 75px;
	margin: 0 auto;/*
	background-position: 50% 0;*/
}

.powermedia .thumbnail .name,
.powermedia .thumbnail2 .name {
	clear: left;
	display: block;
	float: none;
	height: 30px;
	overflow: hidden;
	text-align: center;
	font-size: 10px;
	line-height: 10px;
	padding: 0;
}

.powermedia .thumbnail .name {
	padding: 0 10px;	
}
	

*html .powermedia .thumbnail {
	position: static;	
}

.powermedia .thumbnail img,
.powermedia .thumbnail2 img {
	display: none;	
}

.powermedia .thumbnail .icon,
.powermedia .thumbnail2 .icon {
	display: block;
	opacity:0.6;
	filter:alpha(opacity=60);
	width: 30px;
	height: 30px;
	position: absolute;
	top:10px;
	left:10px;
	/*top: 50%;
	left: 50%;
	margin-top: -15px;
	margin-left: -15px;*/
}

.powermedia .thumbnail:hover img,
.powermedia .thumbnail2:hover img{
	opacity:1;
	filter:alpha(opacity=100);
}

