/* remember to define focus styles! */
:focus { outline: 0; }
ol, ul { list-style: none; }
/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
/* END Meyer's Reset */

#container {position:relative;height:360px;}
h2 {font-size:17px;font-family:Arial;text-align:right;color:#000;background:#89dc4a;padding:2px;}
h4 {font-size:14px;font-family:Arial;direction:rtl;color:white;}
p {text-align:right;font-family:Arial;color:#fff;}
h4 { font-size: 20px; padding-bottom:10px;}
#images {direction:ltr;}
#images li { 
	float:left;
	background:#000;
	border:1px solid #89dc4a;
	margin:10px;
	width: 256px;
	padding: 10px;
	overflow: hidden;
/*	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;*/
}
#images li a {
	float:right;
}/*
.top {
	box-shadow:0 0 10px #000;
	-moz-box-shadow:0 0 10px #000;
	-webkit-box-shadow:0 0 30px #000;
}*/
#images li div {
	width: 512px;
	overflow:hidden;
}
#images li .info {
	width: 246px;
	padding:0 0 0 10px;
	float:left;
}

#images a {color:black;font-family:Arial;font-size:14px;text-decoration:none;}