/*
///  MyTelio /// BASICS Stylesheet ///
///  last edit: 09-07-29 ///
*/


#button  {
margin:0;
padding: 3px 0 0 0;
width:80px;
height:18px;
background:#c21930;
overflow:hidden;
color:#ffffff;
font-size:11px;
text-align:center;
font-weight:bold;
text-decoration:none;
cursor:pointer;
cursor:hand;
}

#button a:link {color:#ffffff; text-decoration:none; }
#button a:visited {color:#ffffff; text-decoration:none; }
#button a:focus {color:#ffffff; text-decoration:none; }
#button a:hover {color:#ffffff; text-decoration:none; }
#button a:active {color:#ffffff; text-decoration:none; }

.img_thumb, .img_blurd {
	width: 90px;
	height: 115px;
	border: 0px;
	position: absolute;
	padding: 0px 0px;
	margin: 0px;
}

/* Für discoverpictures Fotovorschau */
.fotoWrapper {
	float: left;
	padding:0 17px 17px 0;
}

.fotoWrapper div {
	position: relative;
	width: 122px;
	height: 122px;
}

.fotoWrapper div img {
	position: absolute;
	border:1px solid #172126;
}

.fotoWrapper div img:hover {
	position: absolute;
	border:1px solid #fff;
}
