#tepeManset { position: relative; display: table; width: 996px; height: 250px; margin: 10px auto 10px auto; }
	
#tepeManset .tmnav 			{ position: absolute; top: 25px; cursor: pointer; z-index: 50; }
#tepeManset .tmnav.prev 	{ left: 10px; }
#tepeManset .tmnav.next 	{ right: 10px; }

#tepeManset .tmList 			{ position: relative; float: left; z-index: 40; }
#tepeManset .tmList li 			{ display: none; width: 100%; height: 250px; }
#tepeManset .tmList li.active 	{ display: block; }

#tepeManset .tmList .tml-image 		{ position: absolute; top: 0px; left: 0px; z-index: 10; height: 250px; }
#tepeManset .tmList .tml-back		{ position: absolute; top: 0px; left: 0px; z-index: 20; width: 948px; height: 250px; }
#tepeManset .tmList .tml-backimg 	{ position: absolute; top: 0px; left: 0px; z-index: 30; width: 948px; height: 250px; }

#tepeManset .tmList .tml-back.TD  	{ background: url('/_img/ustmanset/siyah_degrade5.png') repeat-y top right; color: #e24301; }
#tepeManset .tmList .tml-back.F  	{ color: #fcff00; }
#tepeManset .tmList .tml-back.SD  	{ background: url('/_img/ustmanset/siyah_degrade5.png') repeat-y top right; color: #fff; }

#tepeManset .tmList .tml-title-top 	{ font-family: Impact; display: inline-block; float: left; font-size: 40px; background: #E34600; padding: 2px 10px 10px 10px; margin: 80px 10px 0 145px; height: 40px; line-height: 49px; overflow: hidden; color: #fff !important; }
#tepeManset .tmList .tml-title 		{ font-family: Impact; display: block; width: 82%; line-height: 80px; padding: 8px; overflow: hidden; height: 80px; float: right; font-size: 80px; margin-right: 18px; }
#tepeManset .tmList .tml-back.F .tml-title { width: 60%; float: none; margin: 0 auto; text-align: center; }


#tepeManset .tmNumber 					{ display: block; float: left; list-style: none; padding: 0; margin: 0; width: 48px; height: 250px; z-index: 50; background: #fff; font-family: Arial, Helvetica, sans-serif; font-size: 18px; font-weight: 400; text-align: center; cursor: pointer; }
#tepeManset .tmNumber li 				{ width: 32px; line-height: 32px; margin-left: 8px; margin-top: 3px;  }
#tepeManset .tmNumber li > a			{ display: block; background: #d7d7d7; border-radius: 4px; color: #202020;}

#tepeManset .tmNumber li > a:hover,
#tepeManset .tmNumber li > a:active,
#tepeManset .tmNumber li > a:focus,
#tepeManset .tmNumber li.active > a 	{ background: #e24301 !important; color: #ffffff; text-decoration: none; }

