@CHARSET "ISO-8859-1";

.no_click img {
	opacity: 0.5;
	filter: alpha(opacity = 50);
}

#galeria_de_imagenes {
	position: absolute;
	left: 350px;
	top: 150px;
	
	padding: 10px;
}

#imagenes_casino {
	position: relative;
		
	width: 250px;
	height: 200px;
	
	border: 0;
	
	cursor: pointer;
}

ul#galerias {
	list-style: none;
	
	width: 700px;
	height: 600px;
	
	overflow-y: hidden;
	
	margin: auto auto;
}

ul#galerias li {
	position: relative;
	
	width: 700px;
	height: 600px;
}

ul#galerias li table {
	position: relative;
	
	width: 700px;
	height: 600px;
	
	overflow-y: hidden;
}

ul#galerias li table tr td {
	width: 233px;
	height: 200px;
}

ul#galerias li table tr td a img {
	width: 194px;
	height: 130px;
}