ul.kwicks
{
  width: 930px;
  height: 411px;
	padding: 0;
	margin: 0;
	list-style: none;
	margin-top: 22px;
	margin-bottom: 20px;
}

ul.kwicks li
{
  float: left;
  width: 186px;
  height: 411px;
  background-color: #FFF;
  cursor: pointer;
}

ul.kwicks li div.k_1, ul.kwicks li div.k_2, ul.kwicks li div.k_3
{
  width: 100%;
  height: 411px;
}

ul.kwicks li div.k_1
{
  background: url(../media/corners/k_b.png) repeat-x left bottom;
}

ul.kwicks li div.k_2
{
  background: url(../media/corners/k_l.png) no-repeat left;
}

ul.kwicks li div.k_3
{
  background: url(../media/corners/k_r.png) no-repeat right;
}

ul.kwicks li div.k_content_img
{
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 10px 0;
}

ul.kwicks li div.k_content_tab
{
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 10px 205px;
  background-image: url(../media/corners/tab.png);
}

ul.kwicks li div.k_content_text
{
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 10px 205px;
}

/* ------------------------------------------------------------------ */

div#nyroModalWrapper {
  background: none !important;
  border: none !important;
  position: static;
}

div#nyroModalWrapper #splashHolder {
  position: absolute;
  width: 932px;
  height: 422px;
  top: 22px;
  left: 14px;
}

div#nyroModalWrapper #splashImgHolder {
  margin-left: 10px;
}

div#nyroModalWrapper #splashBlockImg {
  float: left;
  width: 620px;
  padding-bottom: 100px;
  background: url(../media/main/splash_box_img.png) no-repeat left bottom;
}

div#nyroModalWrapper #splashBlockImg .tl, div#nyroModalWrapper #splashBlockSide .tl {
  position: absolute;
  top: 0;
  left: 0;
}

div#nyroModalWrapper #splashBlockImg .tr {
  position: absolute;
  top: 0;
  left: 584px;
}

div#nyroModalWrapper #splashBlockSide {
  float: left;
  width: 310px;
  padding-bottom: 100px;
  background: url(../media/main/splash_box_side.png) no-repeat left bottom;
}

div#nyroModalWrapper #splashBlockSide .tr {
  position: absolute;
  top: 0;
  left: 274px;
}

div#nyroModalWrapper a#closeBut {
  background: url(../media/main/splash_close.png) no-repeat;
  height: 42px;
  width: 42px;
  top: 25px;
  right: 25px;
}
/*
div#nyroModalFull div {
  overflow: hidden;
}
*/