@charset "UTF-8";
/* CSS Document */

#dm360_browser {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

#dm360_browser a {
	text-decoration: none;
	outline: none;
}

#dm360_browser a:focus {
	
}

#dm360_header {
	width: 100%;
	height: 0px;
	line-height: 20px;
	background-color: #666;
	padding: 0;
	color: #eee;
	font-size: 10px;
	text-align: left;
	text-indent: 0px;
	font-weight: bold;
}

#dm360_wrapper span {
	font-size: 11px;
	font-weight: bold;
}


#dm360_footer {
	width: 100%;
	height: 44px;
	position: absolute;
	bottom: 0px;
	background-color: rgba(0, 0, 0, 0);
	padding: 0;
	margin: auto;
	color: #eee;
	font-weight: bold;
	z-index: 10;
}

#dm360_spinfooter {
	height: 100%;
}

#dm360_innerzoomfooter {
	height: 32px;
	width: 216px;
	margin: 0 auto;
	background-image: url(../img/zoomfooterback.gif);
	background-repeat: no-repeat;
}

#dm360_innerspinfooter {
	height: 100%;
	width: 145px;
	margin: 0 auto;
}

#dm360_zoomfooter {
	
}

#dm360_innerspinfooter a {
	display: block;
	height: 40px;
	text-decoration: none;
	font-size: 14px;
	color: #eee;
	line-height: 20px;
	float: left;
	margin: 0px 6px 0px 6px;
	text-align: center;
}
#dm360_innerspinfooter img{
	border:0;
}

#dm360_footer span {
	font-size: 11px;
	font-weight: bold;
}

#dm360_scroller {
	padding: 0;
}

.rotationViewer {
	position: relative;
	z-index: 3;
	width: 718px;
	height: 615px;
	margin: auto;
	cursor: move;
}

.rotationViewer img {
	display: none;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

#dm360_Preloader {
	position: absolute;
	z-index: 50;
	width: 100%;
	top: 65px;
	height: 11px;
	background-image: url(../img/preloader.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

#dm360_ZoomCnt {
	position: absolute;
	z-index: 4;
}

#dm360_closeZoom a {
	display: block;
	width: 110px;
	height: 28px;
	margin-top: 6px;
}

#dm360_closeBtn {
	position: absolute;
	padding: 8px;
	z-index: 35;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica;
	font-weight: bold;
	top: 0px;
	left: 0px;
	z-index: 30;
	padding: 14px;
	font-size: 14px;
	font-weight: normal;
	color: #ffffff;
	text-shadow: 0px 0px 3px #fff;
}

#dm360_closeBtn a {
	text-transform: uppercase;
	color: #222;
}

#dm360_closeBtn a:hover {
	color: #000;
}

#page_imagePort {
	background-color: transparent !important;
}

#page_XSlider {
	width: 172px;
	height: 32px;
	margin-top: 0px;
	margin-left: 12px;
	float: left;
}

#page_XSlider-track {
	
}

#page_XSlider table {
	border-style: none;
}

#page_XSlider-full {
	visibility: hidden;
	/* for IE */
	filter: alpha(opacity =0);
	/* CSS3 standard */
	opacity: 0;
}

#page_XSlider-empty {
	visibility: hidden;
	/* for IE */
	filter: alpha(opacity =0);
	/* CSS3 standard */
	opacity: 0;
}

#dm360_closeZoom {
	float: left;
	width: 28px;
	height: 31px;
	overflow: hidden;
}

/*Vermassung*/

#dm360_vermassung {
	display: block;
	position: absolute;
	bottom: 11px;
	left: 11px;
	z-index: 500;
	background-color: #ffffff;
	border: 1px solid #c6c6c6;
	/* for IE */
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#c6c6c6',
		Direction=135, Strength=4 );
	/* CSS3 standard */
	box-shadow: 2px 2px 5px #c6c6c6;
	-webkit-box-shadow: 2px 2px 5px #c6c6c6;
	-moz-box-shadow: 2px 2px 5px #c6c6c6;
	margin: 0px;
	padding: 0px;
}

#dm360_vermassung a img{
	border:0;
}

#dm360_massCont {
	position: absolute;
	z-index: 5;
	margin: 0px;
	cursor: auto;
	opacity: 0;
	width: 718px;
	height: 615px;
}


/*Detail2 */

#dm360_detail2 {
	display: block;
	position: absolute;
	bottom: 11px;
	left: 95px;
	z-index: 500;
	background-color: #ffffff;
	border: 1px solid #c6c6c6;
	/* for IE */
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#c6c6c6',
		Direction=135, Strength=4 );
	/* CSS3 standard */
	box-shadow: 2px 2px 5px #c6c6c6;
	-webkit-box-shadow: 2px 2px 5px #c6c6c6;
	-moz-box-shadow: 2px 2px 5px #c6c6c6;
	margin: 0px;
	padding: 0px;
}

#dm360_detail2 a img{
	border:0;
}


#dm360_closeDet{

    position: absolute;
    bottom: 11px;
    left: 11px;   
    display: none;
   
}

#dm360_closeDet a img {
    border:0;
}



/*DETAIL VIEWER*/


#dm360_imagecontainer{
    display: block;
    z-index: 500;
}



a.dm360_dethumb{
    display: block;
    float: left;
    width: 72px;
    height: 72px;
    overflow: hidden;
    background-color: #ffffff;
    border: 1px solid #c6c6c6;
    /* for IE */
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#c6c6c6',
        Direction=135, Strength=4 );
    /* CSS3 standard */
    box-shadow: 2px 2px 5px #c6c6c6;
    -webkit-box-shadow: 2px 2px 5px #c6c6c6;
    -moz-box-shadow: 2px 2px 5px #c6c6c6;
    margin: 0px;
    padding: 0px;
    margin-right:13px;
}



a.dm360_dethumb img {
    width: 100%;
    height: 100%;
}



#dm360_detailviewer{
    width: 100%;
    height: 100%;
}


#dm360_detailviewer .dm360_slides_container {
    width: 718px;
    height: 615px;     
    overflow:hidden;
    float:left;
    position:relative;
    display:none;


}

.dm360_theImg{
    width: 718px;
    height: 615px;  
    display:block;



}

ul.dm360_pagination{
    display: block;
    position: absolute; 
    z-index: 510;
    bottom:11px;
    left:11px;
}


#dm360_detailviewer .dm360_pagination {

    width: 100%;    
    padding:0;
    margin: 0;
    float:left;


}

#dm360_detailviewer .dm360_pagination li{
    float:left;
    margin:2px 4px;
    list-style:none;
}

.dm360_current a.dm360_dethumb{

    border: 1px solid #888;

}

#dm360_detailviewer a img{
    border:0;
    outline: none;
}

#dm360_detailviewer a {
outline: none;
}
