html{
	background-color: black;
	max-width: 1005px;
}
html,
body {
	width:1005px;
	height:100%;
	background-color: black;
	border: 0px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin: 0 auto;
	font-family:Verdana;
	text-transform:uppercase;
	color:#fff;
	font-size:10px;
}
.table_index {  
	border: hidden;
}
.favorite{
	margin-left:auto;
	margin-right:auto;
	padding-top:10px;
	padding-left: 10px;
	padding-right:10px;
	font-family: Arial,sans-serif;
	text-align: left;
	font-size:11px;
	color:#c71585;
	background-color: #C8FFE9;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 1.5px solid #c71585;
}
.container_img{
	width:1005px;
	margin: 0 auto;
	background-color:black;
	color: rgba(0,0,0,0);
	float:left;
}
.box_img {
	width:50px;
	height:50px;
	color: rgba(0,0,0,0);  
	float:left;
}
.box_img a img{
	float: left;
	opacity:0.4;  
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=40);	
	border: 1px solid #c71585;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	background-color:#c71585;
}
.box_img a:hover img{
	float: left;
	opacity:1; 
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);	
	border: 1px solid #c71585;
}
