/*gallery*/


ul.TINYMCE_gallery {
	list-style-type:none;
	z-index:10;
	margin:0;
	padding:0;
        float:left;           
}

ul.TINYMCE_gallery li {
        float:left;
        list-style-type:none;
        background:none;
        margin:0;
        list-style:none;
        padding:0;
        overflow:inherit;
}

ul.TINYMCE_gallery li a {
	padding:0px;
	margin:10px;
}

ul.TINYMCE_gallery li a {
	display:block;
	outline-style:none;
	width:100px;
	height:80px;
	float:left;
	overflow:hidden;
	position:relative;
	z-index:1;
	margin:5px;
	border:1px solid #CCC;
        color:#333;
        text-decoration: none;
}

ul.TINYMCE_gallery li a span {
        position:absolute;
        z-index:999999;
        padding:10px;

        display:block;
        text-align:center;
        background-color:#F3F3F3;
        margin:1px 5px;
        filter:alpha(opacity=70);
         /* CSS3 standard */
        opacity:0.7;
        color:#333;
        text-decoration:none;
        margin-left:7px;
        margin-top:7px;

        
}

ul.TINYMCE_gallery li img{	
	-moz-border-radius: 3px 3px 3px 3px;
        -webkit-border-radius: 3px 3px 3px 3px;;
        border-radius: 3px 3px 3px 3px;
        position:absolute;
	top:-10px;
	left:-35px;
	border:1px solid #CCC;
        height:inherit;
        width:auto;
        background-color:#F3F3F3;
        padding:5px;

}

ul.TINYMCE_gallery li a:hover{
        overflow:visible;
        z-index:999998;
        
}

