/***********************************************************
*Mini Gallery Class Styles
*Designed by Dima Svirid, 2008
*Class: mini_gallery.js
* Use '!important' at the end of each rule to overwrite the main class
************************************************************/
.element-mini-gallery {
margin-bottom: 10px !important;
margin-top: 10px !important;
}
.element-mini-gallery .element-mini-gallery-player .element-mini-gallery-default-watermark {
top: 60px !important;
left: 80px !important;
}
.element-mini-gallery .element-mini-gallery-clips  .element-mini-gallery-clip {
border: 1px solid #999999 !important;
height: 60px !important;
}
.element-mini-gallery .element-mini-gallery-clips  .element-mini-gallery-clip-click {
border: 1px solid #990000 !important;
background-color: #e6e5e5 !important;
}
.element-mini-gallery .element-mini-gallery-clips  .element-mini-gallery-clip-mouseover {
border: 1px solid #999999 !important;
background-color: #efeded !important;
}
.element-mini-gallery .element-mini-gallery-clips .element-mini-gallery-clip .element-mini-gallery-thumb {
width: 80px !important;
height: 60px !important;
}
.element-mini-gallery .element-mini-gallery-clips .element-mini-gallery-clip .element-mini-gallery-title {
left: 90px !important;
width: 205px !important;
height: 53px !important;
overflow: hidden;
}
.element-mini-gallery .element-mini-gallery-clips .element-mini-gallery-clip .element-mini-gallery-description {	
}
.element-mini-gallery .element-mini-gallery-clips .element-mini-gallery-clip .element-mini-gallery-thumb-no-preview {
background: url(/multimedia/skin2008/mini_gallery/default_no_preview.gif) no-repeat center center;
}

/*	CLIP ICONS	*/
.element-mini-gallery .element-mini-gallery-clips .element-mini-gallery-clip .element-mini-gallery-clip-type {
	position: absolute;
	width: 23px;
	height: 18px;
	overflow: hidden;
	right: 5px;
	bottom: 5px;
}
.element-mini-gallery .element-mini-gallery-clips .element-mini-gallery-clip .clip-photo {
	background: url(/multimedia/skin2008/mini_gallery/photo_icon.png) no-repeat center center;
}
.element-mini-gallery .element-mini-gallery-clips .element-mini-gallery-clip .clip-audio {
	background: url(/multimedia/skin2008/mini_gallery/audio_icon.png) no-repeat center center;
}
.element-mini-gallery .element-mini-gallery-clips .element-mini-gallery-clip .clip-video {
	background: url(/multimedia/skin2008/mini_gallery/video_icon.png) no-repeat center center;
}


/*	GALLERY API	*/
.element-mini-gallery .element-mini-gallery-player  .element-gallery .element-gallery-controls {
background: url(/multimedia/skin2008/mini_gallery/mini-photo-background.gif) no-repeat !important;
height: 19px !important;
width: 100% !important;
}
.element-mini-gallery .element-mini-gallery-player  .element-gallery .element-gallery-controls .element-gallery-controls-info {
left: 120px !important;
top: 2px !important;
}
.element-mini-gallery .element-mini-gallery-player .element-gallery .element-gallery-controls .element-gallery-controls-left {
left: 0px !important;
top: -50px;
width: 39px !important;
}
.element-mini-gallery .element-mini-gallery-player .element-gallery .element-gallery-controls .element-gallery-controls-left,
.element-mini-gallery .element-mini-gallery-player .element-gallery .element-gallery-controls .element-gallery-controls-right {
background-image: url(/multimedia/skin2008/mini_gallery/controls.png) !important;
top: -125px;
width: 39px !important;
display: none;
}
.element-mini-gallery .mouse-over .element-gallery .element-gallery-controls .element-gallery-controls-left,
.element-mini-gallery .mouse-over .element-gallery .element-gallery-controls .element-gallery-controls-right {
display: block;
}
.element-mini-gallery .element-mini-gallery-player .element-gallery .element-gallery-controls .element-gallery-controls-left {
left: 0px !important;
}
.element-mini-gallery .element-mini-gallery-player .element-gallery .element-gallery-controls .element-gallery-controls-right {
right:0px !important;
}
.element-mini-gallery .element-mini-gallery-player .element-gallery .element-gallery-comments {
display: none !important;
}


