



.sliderdiv { width:90%; margin:10px auto 40px;}
.k2ItemsBlock ul li { text-align:center;
    background: #f3f3f3 none repeat scroll 0 0;
    border: 3px solid #eee;
    border-radius: 7px;
    box-shadow: 0 1px 1px #ccc, 0 2px 5px #999 inset;
	padding:10px;
	position:relative; margin-bottom: 20px;
}
.tex1 { bottom: -22px; left: 0; position: absolute; width: 100%; }
.tex1 span { border-radius: 7px; color: #fff; display: inline-block; font-size: 16px; padding: 10px;
	background: -webkit-linear-gradient(#8dc1d3, #67a7bd); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#8dc1d3, #67a7bd); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#8dc1d3, #67a7bd); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#8dc1d3, #67a7bd); /* Standard syntax */
}
.k2ItemsBlock ul li iframe { height: 136px; width: 242px;}


div.k2ItemsBlock ul li div.moduleItemIntrotext {
    line-height:inherit;
    padding: 0;
}

div.k2ItemsBlock ul li div.moduleItemIntrotext a.moduleItemImage{
    float: left;
    margin: 0 20px 0 0;
	display:inline-block;
}

div.k2ItemsBlock ul li div.moduleItemIntrotext a.moduleItemImage img {
    border: none;
    padding: 0;
    margin:0;
}

@media(max-width:980px) {
.k2ItemsBlock ul li iframe{ height: 132px; width: 235px;}
}

@media(max-width:800px) { /*768*/
.sliderdiv{ width: 78%;}
}

@media(max-width:767px) { /*600*/
.sliderdiv{ width: 273px;}
}


