@charset "UTF-8";
/* CSS Document */
/*   
Style Name: 
Version: 1.0
*/

body{font-family:Arial, Helvetica, sans-serif;color:#666666;margin:0;padding:0;background-color:#000000}
h1{
	margin:0 0 0px;
	padding:0px 0px 0px 0px;
	font-weight:normal;
	font-size:24pt;
	color:white;
	background:#000000;
	line-height:3em;
	font-family:Arial, Helmet,Helvetica,Freesans, sans-serif
}

div.container {
    position: relative;
}
 
div.container a {
    position: absolute;
    width: 300px;
    height: 214px;
    top: 0;
    left: 0;
    text-decoration: none; /* No underlines on the link */
    z-index: 10; /* Places the link above everything else in the div */
    background-color: #000; /* Fix to make div clickable in IE */
    opacity: 0; /* Fix to make div clickable in IE */
    filter: alpha(opacity=1); /* Fix to make div clickable in IE */
}

/*CYCLER - COMMON*/
.container{height:225px;width:300px;float:left;margin-left:0px;display:inline;margin-bottom:2px}


