<?php
/**===========================================================================================
# mod_otminislideshow   OT Mini Slideshow Module For Joomla 1.7.0
#=============================================================================================
# author                OmegaTheme.com
# copyright             Copyright (C) 2011 OmegaTheme.com. All rights reserved.
# @license              http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
# Website               http://omegatheme.com
# Technical support     Forum - http://omegatheme.com/forum/
#=============================================================================================*/

/**--------------------------------------------------------------------------------------------
* file:           css/mod_otminislideshow.css 1.7.0 00001, Mar 2011 12:00:00Z OmegaTheme:Linh $
* package:        OT Mini Slideshow module
* description:    stylesheet file
*---------------------------------------------------------------------------------------------*/

.mss-wrapper {
    border: 2px solid #CCCCCC;
}
.mss-wrapper p {
    margin-bottom: 10px;
}

/* layout with next and prev button */
#next, #previous {
    position: absolute;
    z-index: 2;
    display: block;
    width: 16px;
    height: 32px;
    color: #FFFFFF;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}
#next {
    background: url(http://kejari-manggar.go.id/modules/mod_otminislideshow/images/next_prev_button.png) no-repeat -16px 0;
    right: 0px;
}
#previous {
    background: url(http://kejari-manggar.go.id/modules/mod_otminislideshow/images/next_prev_button.png) no-repeat 0 0;
    left: 0px;
}
.overlay_bg,
.overlay_text {
    position: absolute;
    z-index: 2;
}
.overlay_text_inner {
    padding: 10px;
    overflow: hidden;
}
.overlay_text .title {
    font-size: 18px;
    font-family: arial;
    margin: 5px 0;
    color: #FFFFFF;
    line-height: 24px;
}
.overlay_text .title a{
    font-size: 18px;
    font-family: arial;
    text-decoration: none;
}
.mss-wrapper .overlay_text a.readmore {
    position: absolute;
    bottom: 8px;
    left: 10px;
}
.mss-wrapper .overlay_text a.readmore,
.mss-wrapper .overlay_text a.readmore:hover,
.mss-wrapper .overlay_text a.readmore:link,
.mss-wrapper .overlay_text a.readmore:visited {
    background: none;
    border: 0 none;
    padding: 2px;
}
/* layout with navigation buttons as table of content */
.toc_container {
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 2;
    display: block;
}
.toc_container .toc_active {
    background: #FFFFFF;
    color: #6D84B4;
}
.toc_container span {
    width: 20px;
    background: #6D84B4;
    color: #FFFFFF;
    text-align: center;
    padding: 3px 5px;
    margin: 0 3px;
    text-decoration: none;
    outline: none;
    cursor: pointer;
}
a.ot-mini-slideshow {
	float: right;
	color: #999 !important;
	font-size: 11px !important;
    text-decoration: none;
    padding: 0 !important;
    outline: none;
}
div.ot-mini-slideshow a:hover,
div.ot-mini-slideshow a:active,
div.ot-mini-slideshow a:focus {
	text-decoration: underline;
	background: none !important;
}