ul, li, p, h1, h2, h3, h4 {
        margin: 0; padding: 0; }
a { text-decoration: none; }
    .slideT {
        margin: 3px;
        float: right;
        width: 98%;
        display:table;
    }
    .slideT ul,.slideT ul li
    {
    	display:inline-block;
    }
    
	#tabs-0,#tabs-1,#tabs-2,#tabs-3,#tabs-4 {
		width: 100%;
	}
	#tabs-0 #content0,#tabs-1 #content1,#tabs-2 #content2,#tabs-3 #content3,#tabs-4 #content4   {
		background-color: white;
	}
	#tabs-0 #nav0,#tabs-1 #nav1,#tabs-2 #nav2,#tabs-3 #nav3,#tabs-4 #nav4 {
		float: right;
		width: 100%;
		border-bottom: 1px solid #DBE1E6;
	}
	#tabs-0 #nav0 li, #tabs-1 #nav1 li, #tabs-2 #nav2 li, #tabs-3 #nav3 li, #tabs-4 #nav4 li{
		width:auto;
		height:auto;
		padding: 0;
		float: right;
		margin: 1px 0 -1px 0px;
		background: white url(top-gra.png) repeat-x top;
	}
	#tabs-0 #nav0 li a, #tabs-1 #nav1 li a, #tabs-2 #nav2 li a, #tabs-3 #nav3 li a, #tabs-4 #nav4 li a{
		text-decoration: none;
		width:auto;
		height:auto;
		padding: 7px 10px;
		display: block;
		font: bold 15px arial;
		color: #454545;
		border: 1px solid #DBE1E6;
	}
	#tabs-0 #nav0 li a.current, #tabs-1 #nav1 li a.current, 
	#tabs-2 #nav2 li a.current, #tabs-3 #nav3 li a.current, #tabs-4 #nav4 li a.current{
		border-bottom: 1px solid white;
	}
	#tabs-0 #content0, #tabs-1 #content1, #tabs-2 #content2, #tabs-3 #content3, #tabs-4 #content4{
		padding: 10px;
		clear: right;
		text-align: right;
		min-height: 50px;
		border: 1px solid #DBE1E6;
		border-top: 0;
		-moz-border-radius-bottomleft: 4px;
		-moz-border-radius-bottomright: 4px;
		-webkit-border-radius-bottomleft: 4px;
		-webkit-border-bottom-right-radius: 4px;
		-webkit-border-bottom-left-radius: 4px;
	}
	#tabs-0 #content0 .tab-slide, 
	#tabs-1 #content1 .tab-slide, 
	#tabs-2 #content2 .tab-slide, 
	#tabs-3 #content3 .tab-slide, 
	#tabs-4 #content4 .tab-slide
	{ display: none; }
	