    /*
     Theme Name: Ken Burns Slider
     Description: custom jQuery slide plugin for codecanyon.net
     Theme Owner: pixelentity
     File: Preview css file
     Designers/Developers : Fabio Cairo aka bitfade & Donagh O'Keeffe aka iamdok 
     Web:   http://www.iamdok.com
            http://bitfade.com
            http://themeforest.net/user/pixelentity
        
     */

  .clearfix:after
  {
    content: ".";
    display:block;
    height:0;
    visibility:hidden;
    clear:both;
  }
    
  h1{
    color: #ffffff;
    font-size:9px;
    word-spacing:2px;
    font-weight:normal;
    font-family: helvetica, arial, sans-serif;
    margin-top:40px;
  }
	
	h2{
		color: #ffffff;
		font-size:14px;
    font-weight:bold;
    font-family: 'Droid Sans', arial, serif;
	}
    
  a:hover{
    color:#809931;
  }
    
  a:focus, a:active , input:focus, input:active{
    outline: 0px;
    -moz-outline-style: none;
  } 
    
  ul{
    list-style:none;
    margin:0 0;
  }
	
	#annotation{
		position:relative;
		overflow:visible;
	}
	
	#wrapper{
		position:relative;
    padding-top:3px;padding-left:3px;
    width:700px;
    height:400px;
    overflow:visible;
    z-index:10;
  }
	
	h1.title{
		position:absolute;
		top:0;
		left:375px;
		text-indent:-9999px;
		margin-top:16px;
		width:170px;
		height:70px;
	}
	
	#menuWrapper{
		position:relative;
		overflow:hidden;
		clear:both;
	}
	
	#menuWrapper h2{
		position:absolute;
		text-indent:-9999px;
		left:360px;
		top:75px;
		width:170px;
		height:70px;
	}
	
	#menu{
		padding-top:150px;
		text-indent:-9999px;
		margin-bottom:100px;
		overflow:hidden;
		margin-left:0;
	}
	
	#menu>li{
		position:relative;
		float:left;
		margin-left:10px;
		width:153px;
		padding:10px;
		-moz-border-radius: 6px; 
                -webkit-border-radius: 6px; 
                border-radius: 6px;
		overflow:visible;
	}
	
	#menu a{
		text-decoration:none;
	}
	
	#menu li a{
		width:173px;
		height:327px;
		position:absolute;
		top:0;
		left:0;
		display:block;
		text-decoration:none;
	}
	
	#menu a:hover{
		text-decoration:none;
	}
	
	#menu li.first{
		margin-left:7px;
	}
	
	#menu li.first a{
		background: url("../img/menu1w.png") no-repeat 10px 10px;
		margin-left:0;	
	}
	
	#menu li.second a{
		background: url("../img/menu5w.png") no-repeat 10px 10px;
	}
	
	#menu li.third a{
		background: url("../img/menu2w.png") no-repeat 10px 10px;
	}
	
	#menu li.fourth a{
		background: url("../img/menu3w.png") no-repeat 10px 10px;
	}
	
	#menu li.fifth a{
		background: url("../img/menu1aw_new.png") no-repeat 10px 10px;
	}
	
	#menu li.fifth li.new{
		color:#ffd321;
		font-weight:bold;
	}
	
	#menu li.selected:hover{
		cursor:default;
	}
	
	#menu>li:hover{
		cursor:pointer;
	}
	
	#menu .selected span.current{
		position:absolute;
		width:155px;
		height:48px;
		background:url("../img/selected_blk.png") no-repeat 0 0;
		top:-42px;
		left:10px;
	}
	
	#menu ul{
		margin-top:105px;
		height:220px;
		text-indent:0;
	}
	
	#menu ul li{
		color:#fff;
		background:url("../img/bullet.png") no-repeat 0 50%;
		font-size:13px;
		line-height:22px;
		font-weight:normal;
		font-family: 'Droid Sans',arial, serif !important;
		margin-left:10px;
		padding-left:10px;
	}
	
	#menu ul li.subtitle{
		background:none;
		font-size:14px;
		font-weight:bold !important;
		padding-left:0;
		margin-bottom:15px;
	}