@charset "utf-8";
/* CSS Document */

	<!--
		body {
			background-color: #191919;
			margin-left: 0px;
			margin-top: 0px;
			margin-right: 0px;
			margin-bottom: 0px;
			text-align: center; /* for IE */
		}

/* Koby Media Header */
		.kmhdr {
			margin-top: 44px;
			margin-left: 29px;

		}
/* Caption on Mouse Over*/		
		.caption {
			font-family:Verdana, Geneva, sans-serif;
			font-size:10px;
			color: #5f5f5f;
			padding-left: 1.2em;
			z-index:6;
		}


		.caption p{
			left:0;
			padding:0;
		}

		.pformat {

		}
		
		#container {
			margin-left:auto;
			margin-right:auto;
			width:1150px;
			text-align: left; /* counter the body center */
	 
			border: none;
		}
		
		.divrows {
			width:1150px;
			position:absolute;
			z-index:5;
		}



		.noticetitle {
			color:#F60;
			font-weight:bold;
		}
		.noticemsg {
			color:#7D7D7D;
			font-weight:bold;
			
		}
		.noticefooter {
			color:#4F4F4F;
			font-weight:bold;
			
		}		
		
/* Very Footer Links */
		
		
		.noticeftitle {
			color:#666;
			font-weight:bold;
		}
		
		.ftrlnk {
		 	text-decoration:none; 
		 	color:#666;	
		}
/* Fade In */
		
		#outercorners{
			position: absolute;
			left:0px;
			width:1150px;
			height:97px;
		}
			#corner1 {
				position: absolute;
				left:32px;
				top:42px;
				display: none;
			}
			
			#corner2 {
				position: absolute;
				left:80px;
				top:42px;
				display: none;
			}
			
			#corner3 {
				position: absolute;
				left:160px;
				top:42px;
				display: none;
			}
			
			#corner4 {
				position: absolute;
				left:197px;
				top:42px;
				display: none;
			}
			
			#corner5 {
				position: absolute;
				left:239px;
				top:42px;
				display: none;
			}			
			
			#corner6 {
				position: absolute;
				left:300px;
				top:42px;
				display: none;
			}
			
			#corner7 {
				position: absolute;
				left:356px;
				top:42px;
				display: none;
			}			
			
			#corner8 {
				position: absolute;
				left:404px;
				top:42px;
				display: none;
			}			-->
			
/*  Slider CSS  that belongs to body*/			
h2 {
				margin-top: 1.2em;
				margin-bottom: 0;
				padding: 0;
				border-bottom: 1px dotted #dedede;
			  }
			  h3 {
				margin-top: 1.2em;
				margin-bottom: 0;
				padding: 0;
			  }
			  .example {
				border: 1px solid #CCC;
				background: #f2f2f2;
				padding: 10px;
			  }
			  ul {
				list-style-image:url(list-style.gif);
			  }
			  pre {
				font-family: "Lucida Console", "Courier New", Verdana;
				border: 1px solid #CCC;
				background: #f2f2f2;
				padding: 10px;
			  }
			  code {
				font-family: "Lucida Console", "Courier New", Verdana;
				margin: 0;
				padding: 0;
			  }
			
			  #gallery {
				/*padding: 30px;
				background: #e1eef5;*/
				background:none;
			  }
			  #descriptions {
				position: relative;
				height: 50px;
				background: #EEE;
				margin-top: 10px;
				width: 640px;
				padding: 10px;
				overflow: hidden;
			  }
				#descriptions .ad-image-description {
				  position: absolute;
				}
				  #descriptions .ad-image-description .ad-description-title {
					display: block;
				  }
