﻿@media screen {

.picsb { height: 367px; width: 720px; padding:0; margin:0; overflow: hidden }
.picsb img { height: 367px; width: 720px; padding: 0px; background-color: #fff; top:0; left:0 }
.picsb img {	-moz-border-radius: 0px; -webkit-border-radius: 0px;
}
#navdot
	{
	
		z-index: 100;
		
	}
#navdot a
	{
		margin: 0px 5px 0px 0px;
		padding: 8px;
		text-decoration: none;
		background-position: center center;
		background-image: url('../../images/pageoff.gif');
		background-repeat: no-repeat;
		width: 16px;
		height: 16px;
		color: #ffffff;
	}
#navdot a.activeSlide
	{
		background-position: center center;
		background-image: url('../../images/pageon.gif');
		background-repeat: no-repeat;
		width: 16px;
		height: 16px;
		color: #FFFFFF;
	}
#navdot a:focus { outline: none; }
}
