﻿#TBoxBar {
width:810px;
height:610px;
position:relative;
}

#TBoxMask { 
width:810px;
position:relative;
overflow:hidden;
height:610px;
background-image:url('../images/tbox/mask.gif');
background-repeat:repeat-y;
}

#TBoxSliderUp, #TBoxSliderDown { height:35px;width:810px;cursor:pointer;}
#TBoxSliderUp { background-image:url('../images/tbox/button_up.gif'); }
#TBoxSliderDown { background-image:url('../images/tbox/button_down.gif'); }

#TBoxContainer {
position:relative;
width:810px;
font-size:1px;
white-space:nowrap;
padding:5px;
}

#TBoxContainer img { cursor:pointer;width:800px;display:block;margin-bottom:25px; }

#TBoxPicture {border: 3px solid black;padding:3px;background-color:#FFFFFF;}