/*기본출력레이어*/
.sliderwrapper-440{position: relative; overflow: hidden; border:5px solid #F8F8F8; border-top:0px; border-bottom-width:6px; width: 440px; height: 190px;}

.sliderwrapper-top-440{position: relative; overflow: hidden; border:5px solid #F8F8F8; border-top:0px; border-bottom-width:6px; width: 440px; height: 0px;}
.sliderwrapper-bottom-440{position: relative; overflow: hidden; border:5px solid #F8F8F8; border-top:0px; border-bottom-width:6px; width: 440px; height: 184px;}
/*이동후 출력레이어 내용출력공간*/
.sliderwrapper .contentdiv{visibility: hidden; position: absolute; left:0; top:0; padding:5px; background: white; width: 430px; height: 100%; filter:progid:DXImageTransform.Microsoft.alpha(opacity=100); -moz-opacity: 1; opacity: 1;}

.pagination-440{width: 440px; text-align:right; background-color:#F8F8F8; padding:4px; font-size:8pt;} /*페이지번호 출력공간 레이어 옵션*/
.pagination-440 a{ padding:0px 2px 0px 2px; text-decoration: none; color: #00007D; background: #F8F8F8;}/*페이지및 이동화살표 배경색*/
.pagination-440 a:hover, .pagination a.selected{color:#B2B2B2; background-color: #E7E7E7;}/*페이지번호색*/
